Skip to content
/ wombat Public

GPL that is fun to use, a breath of fresh air between C and Python.

Notifications You must be signed in to change notification settings

dayeya/wombat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wombat Programming Language

Caution

HUGE DISCLAIMER - THE LANGUAGE IS STILL IN DEVELOPMENT STAGE. USE IT WITH YOUR OWN RISKS.

Why?

Why not?, It is a fun project to work with a complex learning curve making the time I've invested in it worth it.
For a long time I wanted something new to work with, something FUN, so why not create my own?

Development Goals

  • Compiled
  • Statically typed
  • Rich and easy-to-understand syntax
  • Fast to ship, fun to develop.
  • Cross-platform. DISCLAIMER - ATM THE COMPILER SUPPORTS ONLY UNIX-OS.
  • Readable and professional, by encforcing developers who are usually dismissive of clean code to start sticking to it.
  • Turing-complete

Language vision

Here, you can find wombats visions.

Hello, World! - using wombat

import std.fmt;

fn free main()
    print "Hello, World!";
end

Please check /lang for more examples of wombats easy-to-understand syntax.

Ideas and contribution

Wombat is in its baby steps, so be gentle.
Any criticism will be welcomed and any request to join the project will be received with love.

About

GPL that is fun to use, a breath of fresh air between C and Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published