|
|
|
|
|
by galangalalgol
1038 days ago
|
|
Julia compiles JIT to machine code, and I guess JS/TS and ruby too? All of those benefit from a repl for prototyping. I think the biggest fail with most repls is the transition from the repl when you have that moment of "it worked" to having the working bits minus the stuff around it crammed into an idiomatic reusable thing. It is fairly easy in matlab, but I haven't found a workflow in Julia that does that well, tried dr. Doc strings, pluto, and vscode plugin. I'd welcome a rust repl too. |
|
https://github.com/evcxr/evcxr/blob/1a2d6c40c467267801c7382e...