oak icon indicating copy to clipboard operation
oak copied to clipboard

An expressive, simple, dynamic programming language.

Results 7 oak issues
Sort by recently updated
recently updated
newest added

Given that oak can be transpiled to js, is it: 1. Possible, 2. Desirable given the goals of the project to allow interop with js libraries? (Sorry if this is...

question

First time contributing any Go code in my life, let me know if this doesn't make sense 😄

bug

## Language & CLI - [x] `std.{is, constantly}` for more fluent code, as in [Klisp](https://github.com/thesephist/x-oak-klisp/blob/7ece669226297dccaca72b63418474e81ebedd0b/lib/klisp.klisp#L82-L87) - [x] `std.{exclude, separate}` to complement `std.filter` and enable more fluent code, as in [Klisp](https://github.com/thesephist/x-oak-klisp/blob/f6049fde45ea787c102f0a6b5a4dfecaefa479af/lib/iter.klisp#L171-L185)...

bug

Hello @thesephist I can't find the primitives like `input()` on oaklang.org/. I also have some other questions - is there `read` and `write` from lisp - how to use Oak...

It should be waaay better to understand now.

Add an option to first check for default cache directory (usually the one set with $XDG_CACHE_HOME). If it fails, it uses the file in users home directory. More about XDG...

I've implemented a more preformative Try block wrapper. This will allow for quicker speeds with a smaller syntax.