Interested in doing something like this for Julia? #6501
66-firebat
started this conversation in
General
Replies: 1 comment 6 replies
|
Xonsh shell has it's own implementation of parser/tokenizer that is a superset of Python. So first step is to have parser/tokenizer for Julia. |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello Xonsh community! I think this is a fantastic idea and a great way to build up an integrated system for python and shell commands! I wanted to ask if anyone here can make any recommendations on how I could start developing something like this for julia? My biggest concern is Julia's TTFX (Time to first execution) due to procompilation, and I was wondering if anyone would recommend for or against this?
If it's a go, please let me know if there are recommendations on how to set up a repository. I would like to keep this as close to Xonsh philosophy as possible!
All reactions