This competition had been very informative, and enjoyable, but not without its fair share of challenges. Thank you repl.it for this challenge, it has got us into developing this amazing project. We plan to continue to develop Aardvark after this competition but this was a great place to start.
To get started with your first output do: output('hello world!\n'). There you go, you've officially ran your first program! Take note of the \n. If you (like me) get tired quickly of writing \n you can go ahead and use #include anr press enter, and then run output('hello world!'). See! works without the \n. We'll talk more about #include later, but for now that's all you need to know. Comments start with / and end with \.
Running Files
To run files all you need to do is run #include file-to-run this imports all aspects of a file and runs them directly to the terminal.
So there are the basics, now got write your first Aardvark program!
Aardvark - The language that covers all of your needs.
A quick note
This competition had been very informative, and enjoyable, but not without its fair share of challenges. Thank you repl.it for this challenge, it has got us into developing this amazing project. We plan to continue to develop Aardvark after this competition but this was a great place to start.
Aardvark
Aardvark is a powerful, memory efficient language designed to meet you needs and more.
You can make cool things with Aardvark, like:
And so much more!
So what are you waiting for? TRY IT NOW!
Detailed Documentation
Getting Started:
To get started with your first output do:
output('hello world!\n')
. There you go, you've officially ran your first program! Take note of the\n
. If you (like me) get tired quickly of writing\n
you can go ahead and use#include anr
press enter, and then runoutput('hello world!')
. See! works without the\n
. We'll talk more about#include
later, but for now that's all you need to know. Comments start with/
and end with\
.Running Files
To run files all you need to do is run
#include file-to-run
this imports all aspects of a file and runs them directly to the terminal.So there are the basics, now got write your first Aardvark program!
Website
Discord
Email: [email protected]
By hg0428 & PlasDev & ZDev1
Run: https://repl.it/@Programit/Aardvark
I hope you enjoy it!
@theamazingplant