janetsh
janetsh copied to clipboard
A powerful new shell that uses the janet programming language for both the implementation and repl.
``` $ ./confgure using pkg-config to find janet headers. Package janet was not found in the pkg-config search path. Perhaps you should add the directory containing `janet.pc' to the PKG_CONFIG_PATH...
The module path system seems to have been reworked, which will break how the installer works.
Fixes #211 This isn't done, but I wanted to get it up to see what you thought of the idea. Essentially it's just doing essentially what (I think) @bakpakin was...
It would be nice to be able to do this: ``` ($ cat "$HOME/foo.txt" ) ``` At the same time, it is nice to keep janet strings working normally. Not...
```echo :foo``` Should just print ":foo"
> Janet symbols are represented as a sequence of alphanumeric characters not starting with a digit or a colon --- Sorry if this not suitable for pre-0.1 ```clojure ($ ls...
Being able to trap on exit is very useful, unfortunately this may require we reengineer janetsh to use an event loop (which may not be too bad, we maybe avoid...
Part of the website should be platform guides for getting up and running.
- [x] sh/$ - [x] sh/$$ - [x] sh/$$_ - [x] sh/$? - [x] sh/$?? - [ ] sh/jobs - [x] sh/fg-job - [ ] sh/bg-job - [ ] sh/disown-job...