Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.02 KB

File metadata and controls

46 lines (35 loc) · 1.02 KB
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? 🚀