Linear Functional Programming Language with Scales
Find a file
2025-08-15 10:08:09 +02:00
app Enable some defaults (Safe, NoImplicitPrelude) 2025-08-11 16:01:09 +02:00
src feat[core]: Expressions and Patterns 2025-08-15 09:59:45 +02:00
test fix[test]: don't take one minute for two tests 2025-08-15 10:08:09 +02:00
.gitignore stack project setup 2025-08-11 15:53:56 +02:00
CHANGELOG.md stack project setup 2025-08-11 15:53:56 +02:00
LICENSE stack project setup 2025-08-11 15:53:56 +02:00
package.yaml feat[compiler]: Compile to bytecode 2025-08-14 14:44:23 +02:00
README.md doc: Readme 2025-08-12 15:11:49 +02:00
scalie.cabal feat[core]: Expressions and Patterns 2025-08-15 09:59:45 +02:00
Setup.hs stack project setup 2025-08-11 15:53:56 +02:00
stack.yaml feat: Ability to specify integer definitions 2025-08-12 10:20:54 +02:00
stack.yaml.lock stack project setup 2025-08-11 15:53:56 +02:00

scalie

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

What is this?

I am developing a linear programming language, it is called scalie.
If you're interested in linear types, read up about it! Maybe you have heard about it before, maybe when someone mentioned Rust.