DEV Community

Universe
Universe

Posted on

Universe: Coding Made Easy for Complete Beginners .
Start Your Coding Journey with Universe – No Experience Needed!

Sign in to view linked content

Top comments (3)

Collapse
 
universe_coding_services profile image
Universe
Collapse
 
youcef-dev profile image
Youcef-Dev

Wow! How do I use this language?

Collapse
 
universe_coding_services profile image
Universe

Thanks! You can start using Universe by following these steps:

  1. Go to the GitHub repository and download the ZIP file.

  2. Create a folder named Universe on your Desktop (for example).

  3. Extract the ZIP file into the Universe folder.

  4. Add the Universe folder to your system PATH so you can run it from the terminal.

  • ⚠️ Note: If Windows SmartScreen or your antivirus blocks Universe, choose More info > Run anyway to allow it.
  1. Open the Command Prompt (CMD) and type:
   universe --help
Enter fullscreen mode Exit fullscreen mode

If you see a list of commands, Universe is ready to use!

  1. To try it, create a file named main.uni on your Desktop and write this code:
   say("hello world");
Enter fullscreen mode Exit fullscreen mode