• We just launched and are currently in beta. Join us as we build and grow the community.

Bantas Programming Language

Liteking27

Brand Advocate
L Rep
0
0
0
Rep
0
L Vouches
0
0
0
Vouches
0
Posts
35
Likes
52
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 400 XP
Submitted by
muthym

on
Fri, 11/22/2013 - 10:17

An interpreted, linear, text-mode and stack-based semi-esoteric programming language written in Rapid-Q. It consists of punction marks as commands. Inspired by Blank programming language. I wrote this for fun and can be used as logic game for students. This is not intended for serious programming. I still have lot of things to do in this language. I'm releasing this as closed-source but sooner i will make this as open-source. I need to gather feedbacks as my basis to improve the program. The life of this program depends on my motivation and time. So far, the only word in my mind is FUN. Don't expect that this is perfect but don't worry you can play with this language. he-he-he :)

Here are the sample programs... Enjoy!

Sample #1

?,Hello World!

Sample #2

@,1
,Hello
@,2
,World
@,3
,!
?,@1
~,5

Sample #3
'BantasPL
%,My First Program (c) muthym
,#
x,29
@,2
,# Simple Arithmetic Program #
?,@2
@,1
x,29
?,
@,3
>,Enter 1st Number:
@,4
>,Enter 2nd Number:
?,
'*** ADDITION ***
@,5
,@3
+,@4
?,SUM:
?,@5
'*** SUBTRACTION ***
?,
@,5
,@3
-,@4
?,DIFFERENCE:
?,@5
?,
'*** MULTIPLICATION ***
@,5
,@3
*,@4
?,PRODUCT:
?,@5
?,
'*** DIVISION ***
@,5
,@3
/,@4
?,QUOTIENT:
?,@5
~,5

How To Run:
1) Extract bantas.zip
2) Open the Command-prompt
3) type the following inside its directory
bantas hello1

 

442,401

317,942

317,951

Top