Linear Functional Programming Language with Scales
Find a file
2025-08-14 10:44:09 +02:00
app Enable some defaults (Safe, NoImplicitPrelude) 2025-08-11 16:01:09 +02:00
src feat: Export fromList for ImplicitMap 2025-08-14 10:44:09 +02:00
test hack[tests]: Disable the specialization warnings 2025-08-14 09:39:30 +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: instances for Arbitrary 2025-08-14 09:21:34 +02:00
README.md doc: Readme 2025-08-12 15:11:49 +02:00
scalie.cabal feat: instances for Arbitrary 2025-08-14 09:21:34 +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.