Skip to content

nullscript-lang/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NullScript Logo

NullScript

A fun parody programming language that transpiles to JavaScript

📚 Documentation · 💡 Examples · 🔤 Keywords

🚀 Quick Start

# Install NullScript CLI
npm install -g nullscript

# Create your first program
echo 'speak.say("Hello, NullScript! 🎭");' > hello.ns

# Run it
nsc run hello.ns

🎪 What is NullScript?

NullScript is a playful programming language that replaces JavaScript keywords with fun alternatives:

  • functionrun
  • constfixed
  • console.logspeak.say
  • ifwhatever
  • trueyes
  • falseno

Ready to add some attitude to your JavaScript? 🚀

About

Documentation for NullScript Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published