-
Have the ability to have multistage programming with code generation, JITing or compiling.
-
Passerine's module system is pretty simple. At it's core, a module is defined as:
```
my_module = mod {
x = 0
y = n -> x + 1
double = a -> 2 * a
-- ...
}
my_module::double 4
…
-
Reporting client version: 515.1633
## Issue Summary
TTS is no longer working consistently for specific characters of mine. Only 5% of spoken word is actually picked up and verbalized. Th…
-
### What happened + What you expected to happen
when running the [attention_net.py](https://github.com/ray-project/ray/blob/master/rllib/examples/attention_net.py) in no tune mode, `compute_single_ac…
-
the package should provide more datasets from the living spreadshet (https://github.com/fdschneider/bexis_traits/issues/20).
- [x] identify data for integration
- [x] write script to extract data…
-
Right now, this example prints 106:
```elm
z = 3
f = x -> x + y + z
y = 5
z = 100
println (f 1) -- 106
```
`z` is marked as resolved and `f` captures its reference, so it later evaluates…
-
I may write some ideas down for codegen for multiple backends later. Requires some sort of typed (or type-erased) low level IR format. I plan to move away from the current `Lambda` + `Closure` format …
-
Lifetime is a [new concept](http://c3d.github.io/xl/#lifetime) in XL, inspired by the Rust ["borrow checker"](https://doc.rust-lang.org/1.8.0/book/references-and-borrowing.html), and destined to make …
-
We've added two new compiler features, but haven't done much in the way of project restructuring to accommodate this change. Referencing #33, the new compiler pipeline should be:
- lex
- parse
- …
-
I'm curious about this project's development status. Lys is a promising language, reminds me of ReasonML and Rust, and it seems that it is simpler than Rust in some levels. I wanted to use it for my W…