Effectful Functional Programming Language with Scales
  • Rust 82.6%
  • Yacc 15.2%
  • Roff 2.2%
Find a file
2026-08-01 17:51:14 +02:00
src Improve Name Resolving Situation 2026-08-01 17:51:14 +02:00
tests/parse Some musing on syntax, re-implenting the parser 2026-07-22 19:43:57 +02:00
.gitignore Project setup 2026-03-28 17:18:51 +01:00
build.rs Parsing function definitions 2026-03-28 22:53:59 +01:00
Cargo.lock Parsing function definitions 2026-03-28 22:53:59 +01:00
Cargo.toml Parsing function definitions 2026-03-28 22:53:59 +01:00
README.md Adapt the readme linking and description 2026-07-23 17:12:40 +02:00

scalie

   ▄████████  ▄████████    ▄████████  ▄█        ▄█     ▄████████ 
  ███    ███ ███    ███   ███    ███ ███       ███    ███    ███ 
  ███    █▀  ███    █▀    ███    ███ ███       ███▌   ███    █▀  
  ███        ███          ███    ███ ███       ███▌  ▄███▄▄▄     
▀███████████ ███        ▀███████████ ███       ███▌ ▀▀███▀▀▀     
         ███ ███    █▄    ███    ███ ███       ███    ███    █▄  
   ▄█    ███ ███    ███   ███    ███ ███▌    ▄ ███    ███    ███ 
 ▄████████▀  ████████▀    ███    █▀  █████▄▄██ █▀     ██████████ 
                                     ▀                           

What is this?

I am developing a effectful programming language, it is called scalie.
If you're interested in algebraic effects, read up about it! Maybe you have heard about it before, maybe when someone mentioned recent innovation in OCaml.