Skip to content

hyper-neutrino/neutrino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neutrino

Neutrino Recreational Programming Language

Neutrino is a golfing language inspired by Seriously/Actually and Jelly, as well as Enlist (also created by HyperNeutrino), which Neutrino is designed to replace.

Credit goes to Adam and Mr. Xcoder for helping with the ideas behind the functions for the language.

Usage: ./neutrino <filename> <args...>

Command Line Flags:

  • -n or --native: use native Python number types instead of sympy. Only use this option where timing is an issue (sympy can take quite a while to load) or when sympy is not available as this flag may cause some functions to behave unexpectedly and leads to floating point imprecision.
  • --test: run test cases to ensure that the language is currently working
  • -u or --utf-8: read the program file using the UTF-8 encoding

About

Neutrino Recreational Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages