Skip to content

πŸš€ An open-source programming language to empower everyone to build clean-cut, efficient, powerful, and reliable software.

License

Notifications You must be signed in to change notification settings

unnamed-lang/unnamed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

29 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Logo

Unnamed

An open-source programming language to empower everyone to build clean-cut, efficient, powerful, and reliable software.

Contributing guide and full language features coming soon. Stay tuned!

Core

First, let's write a simple "Hello World" program with Unnamed:

print => "Hello World"

The print keyword is the standard to write items to the console/terminal throughout the entire language. This, however, is not the only option.

Due to the focus on modularity and ease of use in Unnamed, you can also use other keywords that point to the same action, called alternatives, as such:

say => "Hello World"

About

πŸš€ An open-source programming language to empower everyone to build clean-cut, efficient, powerful, and reliable software.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages