@LeCoLe313 I am currently 15, and I've been coding for at least 5 years. As a matter of fact, I probably code for several hours each day, giving me a whopping total of around 152 24-hour days of programming. This is mainly because I do not waste my time with physical activities such as sports, or with superficial activities such as shopping or going to parties. I find myself to be quite skilled at programming, to a level such that I could get pretty much any non-specialized development job.
@LeCoLe313 I know most mainstream programming languages, as well as a few smaller, less significant ones. As far as learning goes, I simply learned from trial and error, reading a bunch of different sources and samples, and just striving to understand more. Most of the time, learning how to program is an act of synthesis, at least for me it was.
make a tutorial serires on how to make programming language. if you do then i will die a happy person. my programming language can only do this like open files, print words on the screen and use variables/objects to do mathimatical questions. i use it in mathswhen we do algebra! ;)
@Hamilation To make a language you need a strong programming experience, to understand how a good language work, and then you should learn thing about lexers, parsers and compilers. The "Dragon Book" is a good start in this particular domain.
@macheads101 Yeah, I think it might be easier if you go from a compiled to assembler, then to bytecode IMHO. rega = 234; //High Level LDRG 0xEA //Assembler(Obviously not x86/x86-64 its my own) level 03 0 0 0 EA // Bytecode - haven't worked on binary format yet... Bytecode interpreted like this. switch(/*/my special enum goes here/*/){ case 0x3: VM.move(&VM.A, MIS.InstructionNumGet(5); break; } Sorry if there is any mistakes, don't really use switch much and didn't bother to double check.
@lol9392 its not even a progaming language its a scripting language but if your using Windows check out the classes under the System.Reflection.Emit Namespace , there are some classes and methods for generating IL code and saving the Executable File
Sorry to be an ass...but this is not a programming language. This is a "scripting language" (you even say so yourself, and yet you titled it wrong). It does not compile, and I'm betting the reason why your command structure is weird is because you don't have a proper syntax parser, you just go character to character until you've gotten a full word and jump to the function it pertains to at that time.
not trying to be a hater either but what is the purpose of this language? it has weird syntax, low quality ide, and really, i can't imagine a possible way to create a program with it more complex than hello world.
@spyinghunter117 If you think these stuff is for nurds first of all stop labeling people you dumbshit and if you are these stuff are not for you ! It requiers patiens, logic and passion something u wont have.
@ForsakenThirteen lol true if i bother to revise but being a nerd isnt being clever, its someone who spends ages learnin sumfin so there a pro at it e.g. hacking
wow, i love skinny script, i think this would be an AMAZING language for beginers and i think in the future this will become one of the big ones like C or Java!
I have now made another programming language that covers variables, print things on the screen and basic math operations and it is 40 kb
Hamilation 1 month ago
where did you learn how to do this?
LeCoLe313 1 month ago
@LeCoLe313 after programming for several years, you can just kind of figure it out.
macheads101 1 month ago
@macheads101 you sound like your 14, how could you be programming for several years? i'm 13 and i'm pretty good at vb.net and im learning c++.
LeCoLe313 2 weeks ago
@LeCoLe313 I am currently 15, and I've been coding for at least 5 years. As a matter of fact, I probably code for several hours each day, giving me a whopping total of around 152 24-hour days of programming. This is mainly because I do not waste my time with physical activities such as sports, or with superficial activities such as shopping or going to parties. I find myself to be quite skilled at programming, to a level such that I could get pretty much any non-specialized development job.
macheads101 1 week ago
@macheads101 what language do you program in? and where do you learn?
LeCoLe313 1 week ago
@LeCoLe313 I know most mainstream programming languages, as well as a few smaller, less significant ones. As far as learning goes, I simply learned from trial and error, reading a bunch of different sources and samples, and just striving to understand more. Most of the time, learning how to program is an act of synthesis, at least for me it was.
macheads101 16 hours ago
make a tutorial serires on how to make programming language. if you do then i will die a happy person. my programming language can only do this like open files, print words on the screen and use variables/objects to do mathimatical questions. i use it in mathswhen we do algebra! ;)
Hamilation 2 months ago
@Hamilation To make a language you need a strong programming experience, to understand how a good language work, and then you should learn thing about lexers, parsers and compilers. The "Dragon Book" is a good start in this particular domain.
Palunon 1 month ago
Hey, is your programming lang have compilers to bytecode, etc or just parse-case-do style?
Digby0907 2 months ago
@Digby0907 It parsed and executed, but it's parser was very flawed and if-y at best.
macheads101 2 months ago
Digby0907 2 months ago
i have made one that is 9 kb. i might post it out there and see how it goes.
Hamilation 2 months ago
Im a advance mind and i 10!!!! Almost 11 vb rocks and i gonna make a scripting languade and then ill make a programing languade powered scripting!
Residentevilfan500 9 months ago
@Residentevilfan500
yeah right... lol
VB... pffahahaha
pufixas 5 months ago
if you dont show us how to program a programming language...I DIE
lol9392 1 year ago
@lol9392
Go die
pufixas 5 months ago
if you dont show us how to program a programming language...I DIE:(
lol9392 1 year ago
@lol9392 its not even a progaming language its a scripting language but if your using Windows check out the classes under the System.Reflection.Emit Namespace , there are some classes and methods for generating IL code and saving the Executable File
gruntlover2 11 months ago
WHERE IS THE DOWNLOAD?
MGuniverse 1 year ago
Can you make a tutorial series on how to program a programming language?
techguy1187 1 year ago
@techguy1187 I did (but for windows)
gruntlover2 9 months ago
Is it for Windows Vista????
skatenationplayer18 1 year ago
Sorry to be an ass...but this is not a programming language. This is a "scripting language" (you even say so yourself, and yet you titled it wrong). It does not compile, and I'm betting the reason why your command structure is weird is because you don't have a proper syntax parser, you just go character to character until you've gotten a full word and jump to the function it pertains to at that time.
Good job otherwise, if it makes you feel better.
sabriath 1 year ago
not trying to be a hater either but what is the purpose of this language? it has weird syntax, low quality ide, and really, i can't imagine a possible way to create a program with it more complex than hello world.
sandorlev 1 year ago
Awesome! But i got a problem i can't start the Editor! Its a (/) on the icon. WHY? My OS Version is 10.5.8
OlloX3 2 years ago
Did you write the language in Obj.-C? If you didn't i am curious to know what you wrote it in?
Blakerules1206 2 years ago
After you "clean up," what happens to the "t" in print?
cplusruss 2 years ago 2
This comment has received too many negative votes show
not trying to be a hater here but this stuff is sounding kinda nerdy to me, so please make videos easier to understand..
MY QUESTIONS:
How do you even create your own programming language?!!
please teach me so I can understand better this stuff and STOP THINKING THAT THIS STUFF IS FOR NERDS.
THANKS AND SORRY FOR THE INSULTS!!!
spyinghunter117 2 years ago
shut up!
thetechroom 2 years ago
I made a programming language basically by writing a program that processes a file. It is really complicated, and not that strait forward.
macheads101 2 years ago
@macheads101 Its not realy that complicated, but awesome program
Robobbly 1 year ago
@spyinghunter117 If you think these stuff is for nurds first of all stop labeling people you dumbshit and if you are these stuff are not for you ! It requiers patiens, logic and passion something u wont have.
4rk31d 1 year ago
@spyinghunter117 than why are you watching this advanced minds know how to do things like this well just like me..
RedCodeStudios 1 year ago
@spyinghunter117 it IS for nerds, no person with average grades in school is going to create their own programming language!
ForsakenThirteen 8 months ago
@ForsakenThirteen i did
Tinyhackdat 5 months ago
@Tinyhackdat you get C´s in your school, and managed to create your own programming language? Then you're getting those Cs on purpose, lol.
ForsakenThirteen 5 months ago
@ForsakenThirteen C is the grade of a true hacker.
macheads101 5 months ago
@ForsakenThirteen lol true if i bother to revise but being a nerd isnt being clever, its someone who spends ages learnin sumfin so there a pro at it e.g. hacking
Tinyhackdat 5 months ago
@spyinghunter117 learn binary and become a nerd
Tinyhackdat 5 months ago
sure in a few days
macheads101 2 years ago
not me but jon did.
macheads101 2 years ago
to me this is just as easy. Just [ and ] instead of " and "...
macheads101 2 years ago
wow, i love skinny script, i think this would be an AMAZING language for beginers and i think in the future this will become one of the big ones like C or Java!
thetechroom 2 years ago
haha maybe
macheads101 2 years ago
bored? beach? haha come on haha
DJ31419 2 years ago
im not even joking
macheads101 2 years ago
Well done.
OblivionMon 2 years ago
Put it under GNU and and make a source forge page.
marshalauth 2 years ago
maybe but it's really only for mac...
macheads101 2 years ago
are you gonna make skinny script tuts?
rocktheworld2k6 2 years ago
once it's less glitchy.
macheads101 2 years ago
thats cool
rocktheworld2k6 2 years ago
that's cool. how did you make your own programming language anyways?
NuMb3r1PuNjAbI94 2 years ago
It's just a terminal cocoa app that processes a file with a set of if statements and such.
macheads101 2 years ago
whats with the red button on da site
waltdisney19282008 2 years ago
That's the close button.
macheads101 2 years ago
Feature request! route STDOUT to a textview in the GUI app.
jtdreisb 2 years ago
maybe...
macheads101 2 years ago
Stalker......
Joethemonkey101 2 years ago