Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converting script into a standalone executable #289

Open
misha-franz opened this issue Jan 27, 2024 · 2 comments
Open

Converting script into a standalone executable #289

misha-franz opened this issue Jan 27, 2024 · 2 comments

Comments

@misha-franz
Copy link

I hope it is already supported, but if not maybe it makes sense to add a way to combine jimsh with a script to create a standalone executable. Maybe something really simple like attaching the script to the end of the interpreter and read on boot. Thanks!

@msteveb
Copy link
Owner

msteveb commented Feb 14, 2024

It is already relatively easy to just build an executable that does Jim_Eval() of some embedded code, but perhaps you want some way of doing this without a compiler. It's going to be platform specific, so I'll leave this up for someone else to tackle if they want (presumably there is prior art for many interpreters that can be used)

@misha-franz
Copy link
Author

misha-franz commented Feb 15, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants