Skip to content

ianagbip1oti/ProC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProC

Build Status Coverage Status

Hawt new programming language

Requirements

Initial list as provided by @InitializeSahib

  • c-like syntax (but can deviate a little)
  • no do/end stuff (edited)
  • no case-based syntax (looking at you, go)
  • no -> operator
  • native string type
  • should be simpler than C (e.g. not ASM)
  • optional: actual module system
  • optional: package manager for modules

Additional requirements upon further discussion:

  • Static Typing
  • Compiled (Note, I believe this will be possible to add, even with initially being an interpreted language)

Build and Run

Stack

> stack build
> stack exec ProC examples/hello_world.proc

About

Hawt new programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published