Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 510 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 510 Bytes

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).