You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to (ab)use this route. I found this project looking for the hen with the golden eggs. Let me explain: I found that either your language is slow to recompile (annoyingly increases the change-recompile-check loop) but may have strong typing guarantees, or it is fast to recompile (like Ruby/ JS/ Python) but then most errors will only be found at runtime.
JVM has slow compile times. Haskell too. OCaml is fast but the hot-reload story is not that good.
Since Dart already has good recompile/reload features, and a moderately good type system, I went to look for the ability to create a new front-end for the Dart VM. This is how I found this project.
In the README I missed what your goals are. Because Bullseye potentially has a very interesting feature set wrt fast recompiles, target architectures, and strong type safety. Yet the README gives me more the impression you just had a stab at writing a frondend and "the path is the goal" :)
The text was updated successfully, but these errors were encountered:
Hey Cies. This language is slow-to-recompile (since it compiles to another language first). It's been a long time since I've really done anything on this project, and I'm not sure if I will ever continue. The cool stuff was happening in 2019 (41be38e), and I was in the middle of a rewrite in July 2021, but stopped.
Hi @thosakwe .
Sorry to (ab)use this route. I found this project looking for the hen with the golden eggs. Let me explain: I found that either your language is slow to recompile (annoyingly increases the change-recompile-check loop) but may have strong typing guarantees, or it is fast to recompile (like Ruby/ JS/ Python) but then most errors will only be found at runtime.
JVM has slow compile times. Haskell too. OCaml is fast but the hot-reload story is not that good.
Since Dart already has good recompile/reload features, and a moderately good type system, I went to look for the ability to create a new front-end for the Dart VM. This is how I found this project.
In the README I missed what your goals are. Because Bullseye potentially has a very interesting feature set wrt fast recompiles, target architectures, and strong type safety. Yet the README gives me more the impression you just had a stab at writing a frondend and "the path is the goal" :)
The text was updated successfully, but these errors were encountered: