Skip to content

A small programming language built to be kind, clear, and powerful [design & prototyping phase]

License

Notifications You must be signed in to change notification settings

pentagram-lang/pentagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pentagram

About

Pentagram is a programming language for ergonomics, determinism, and efficiency currently in the design & prototyping phase.

-- Entry point for writing an ELF binary
main >>
  program-data =
    [] arr
    generate-elf-header cat
    generate-code cat
    generate-data cat

  cout program-data write

License

This project is released under the MIT License (see LICENSE.md for details).

About

A small programming language built to be kind, clear, and powerful [design & prototyping phase]

Topics

Resources

License

Stars

Watchers

Forks