Skip to content

endikallanomatxin/argi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

200 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argi Logo

Argi is a general purpose programming language that aims to bridge the gap between the convenience of high-level languages (Python, Julia...) and the performance and control of low-level languages (C, Zig...).

It’s an early work-in-progress.

  • 💭 Language design notes are in description/.
  • ⚙️ The compiler is in compiler/ and is written in Zig, targeting LLVM.

Highlights:

  • Manual but very ergonomic memory management.
  • Side-effects are always explicit.
  • No objects or inheritance.
  • Polymorphism through:
    • Multiple dispatch
    • Generics
    • Abstract types (rust's traits style)
    • Virtual types (dynamic dispatch)
  • Errable and Nullable types.
  • Big core library.
  • Great tooling (official formatter, lsp...).

Biggest, most important TODO: Define memory management further. (all description files starting with 3) There are some ideas, but it is still on the air.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors