-
Notifications
You must be signed in to change notification settings - Fork 438
added: language support for forth using the gforth implementation #380
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
Conversation
|
It's best to list them in the documentation field of |
|
@0pointerexception let me know if I'm being unclear here. |
|
@domenkozar thanks for offering to clarify this, and sorry for the delay as I haven't had time lately to get back to this PR. By documentation field of |
|
Exactly :) |
Done^^ |
|
Need to run pre-commit hook :) |
e82dccf to
2cae5ec
Compare
|
ping |
|
I'll get back to my PR later on today, sorry for the delay; wasn't that active on GH during the last months. |
|
Ping |
This PR adds basic language support for Forth using the Gforth implementation of Forth. As there are several implementations available in nixpkgs, such as:
pkgs._4thpkgs.pforthare there any best practices on how to make different implementations available for enabling in devenv?