Do not follow this link

~shimon/scry

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~shimon/scry
read/write
git@git.sr.ht:~shimon/scry

You can also use your local clone with git send-email.

#Scry Programming Language

#Build

Ubuntu:

$ sudo apt install libgc-dev libgmp-dev clang make libc-dev bison flex
$ make

#Features

  • Garbage collection (Boehm GC)
  • Exception handling
  • C FFI (with FFI generator)
  • Support for object-oriented programming
  • Useful standard library
  • Multithreading
  • Namespace
  • Package manager
Do not follow this link