ters is a programming language with a focus on terseness. It is a systems
programming language, and is designed to be used for writing operating
systems and other low-level software.
ters is in the planning stages, and is not yet implemented. The following
is a list of features that are planned for the language:
• The language is statically typed, and has a strong type system
with type inference.
• The language is compiled, does not have a runtime, and is
compiled to native machine code.
• The language can be cross compiled to other architectures and
operating systems from any platform.
• The language does not have a garbage collector, and instead uses
reference counting.
• The language has a powerful macro system, and macros can be used
to define new syntax.
• Packages are used to organize code, and packages can be imported.