-
While I've been talking with many people about Truffle, one issue keeps popping up immediately when the discussion is brought around to using the JVM: `What about startup speed?`
Beyond simple gene…
-
Before a lot of work goes into the standard library, it'd be nice to have an in-language Spec library that can be used to test its functionality.
All of the current specs are written in Crystal, an…
-
I've been attempting to add `call_async`, but I'm not having a lot of luck. I think it all boils down to `push_proc` not handling closures. Given that, I think the best I could do would to be to use…
-
When a function calls `raise`, it uses Crystal's native exception handling to implement the rescue/ensure behavior and to pop up the callstack.
The problem with this is that the value of `self` is …
-
_This issue has been marked as a "Good First Issue"! If you'd like to tackle this issue as your first contribution to the project, be sure to read the [Get Involved](https://github.com/myst-lang/myst#…
-
As noted in the description of 5628e61, all of the Types for the value classes and native libraries are currently implemented as constants.
For most applications this is okay, as the Interpreter wi…
-
[18:19:04] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[18:19:05] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTwe…
-
The fellows over at Nanobox are willing to add support for Crystal (and by extension Amber), but need some votes for it and could use some relevant information on how to configure it and so forth. Th…
-
I am the author of noweb. For some time I have been aware that noweb support for Emacs users has been in a parlous state. I was very pleased to learn of your efforts to create an improved noweb-mode…
-
Is it possible to use duktape.cr to create a server rendered https://stenciljs.com application on a crystal server.