Skip to content

nasser/L

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The 🅛 Programming Language

The L Programming Language is an experimental, minimalist, functional programming language. It is designed around the radical philosophy that powerful programs should be concise and easy to reason about. Therefore, the syntax is minimal but extensible, but the language semantics can be extended through a safe macro system.

Because memory management and concurrency are notoriously hard to reason about, the L runtime provides automatic garbage collection and process communication through message passing.

About

The L Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Makefile 1.1%