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

Support for other programming languages #88

Open
hdoupe opened this issue Feb 10, 2020 · 0 comments
Open

Support for other programming languages #88

hdoupe opened this issue Feb 10, 2020 · 0 comments

Comments

@hdoupe
Copy link
Collaborator

hdoupe commented Feb 10, 2020

As the Python version of ParamTools is becoming more and more feature complete, I've started thinking about adding support for using ParamTools in the browser and with low-level programming languages like C and Fortran. Through my work on Compute Studio, I've already starting writing pieces of ParamTools in TypeScript, and it should be easy to write a more complete implementation from here. If anyone is interested in following along, I'm developing ParamTools.js on the paramtools-js branch. This could be a good opportunity for anyone who is interested in learning more about JavaScript/TypeScript since much of the hard work is done and it will mostly be a translation exercise. Once that is ready, it will be easy to build GUI's that make it more pleasant to write and edit ParamTools configuration files.

Writing a lower-level version of ParamTools will not be as easy and probably will not come around until someone asks for it. When/if this day comes, Rust seems like a great language to use for this due to its safety guarantees, well-documented FFI, and the powerful serde serialization/deserialization libary that is written with Rust.

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

1 participant