diff options
| author | 2019-07-26 22:43:54 -0500 | |
|---|---|---|
| committer | 2019-07-26 22:43:54 -0500 | |
| commit | dfe00fee941d516ad4ec2a69637594adb2b1e005 (patch) | |
| tree | b1e3b1328045011cf7159664aa111d58570ffc06 /README.md | |
| parent | Update CHANGELOG.md (diff) | |
Building standalone binaries on linux working.
Mostly changes to cook and jpm. Also some
code for file associations in the windows installer, and
adding the :linux value from os/which (instead of just :posix).
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -132,6 +132,13 @@ is maybe more convenient and flexible for integrating into existing pipelines. Meson also provides much better IDE integration than Make or batch files, as well as support for cross compilation. +## Development + +Janet can be hacked on with pretty much any environment you like, but for IDE +lovers, [Gnome Builder](https://wiki.gnome.org/Apps/Builder) is probably the +best option, as it has excellent meson integration. It also offers code completion +for Janet's C API right out of the box, which is very useful for exploring. + ## Installation See [the Introduction](https://janet-lang.org/introduction.html) for more details. If you just want |
