ters(7)

Ters Manual

ters(7)

 

NAME

ters - opposite of verbose  

SYNOPSIS

An overview of ters, the programming language.  

DESCRIPTION

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.

 

SEE ALSO

tersc(1)  

AUTHOR

Shriram R, Akash D, Vijith K  

COPYRIGHT

Copyright © 2023 Ters  

LICENSE

ters is licensed under the GPLv3. See the LICENSE file for more information.