Skip to content

Candice, a dead simple language and multi-platform.

Notifications You must be signed in to change notification settings

gabivlj/candice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Candice

Hello Candice Code Snippet

Dead simple programming language. Not expected to be prepared for a real developer environment but can be fun to work with.

Philosophy

  • Simple syntax.
  • 'Low level' capabilities.
  • C interoperability.
  • Compiled with LLVM and typed.

Installation and tutorials

Check docs/tutorials for an overview of the language!

Building

  • Go to cmd/build.
  • Run go build ., the go version should be >= 1.18.

Testing

  • Run go test ., the go version should be >= 1.18.