Comment on Static, Ahead of Time Compiled JuliaparentComments−vanderZwan10yI personally would prefer to have the parser in Julia, but at this point the most pressing issue with parsing and lowering is speed – so it's possible that the parsing and lowering will be converted to C instead.But isn't Julia supposed to be fast? ;)−nickpsecurity10yAnd this is just a parser. Nothing too fancy. Analysis should be able to produce some efficient code for one.
Comments
But isn't Julia supposed to be fast? ;)
And this is just a parser. Nothing too fancy. Analysis should be able to produce some efficient code for one.