Skip to content

gear-lang/gear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gear Programming Language

A type-safe, embeddable programming language written in C with no external dependencies.

Note: Gear is still under active development. Check back later for updates.

Features

  • Structural type checking.
  • Immutable types.
  • Null safety.
  • Closures.
  • Coroutines.
  • Pattern matching.
  • Generics.
  • Modules.
  • Mixins.
  • Unicode.
  • Concurrent garbage collection.
  • Expressive compiler diagnostics.
  • Lightweight: the base runtime is only 71 KB.
  • Development tools: build system, language server, and remote debugger.

License

License pending.

About

The Gear programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages