What do you think I should name my Programming Language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

What do you think I should name my Programming Language?

So, even though I didn't want to tackle a programming language alone, I did and now I'm trying to decide on a name for it. Here are the two names I like the most, but I'm interested in other ideas: Spring and Jahna. But that's just me, what do you think I should name it?

15th Mar 2017, 6:01 PM
SoraKatadzuma
SoraKatadzuma - avatar
3 Answers
+ 11
@Rrestoring faith, it's a compiled language, based in C. I've completed the lexical analyzer and syntax analyzer, I'm trying to create a dynamic symbol table to start on semantic analysis, then I have to do intermediate code gen, an assembler (to make it a little faster), and then optimizations and I'll be done. It wasn't​ as hard as I thought it was going to be, though it just takes a lot of time and quite a bit of patience with debugging to see what is exactly going on and how to manipulate the data. Oh and it's OO(object oriented). It's gonna include namespaces called collections and classes. Void functions are defined by a keyword funct, and a function 'method' will be able to return data of any type. There are 5 data type (int, float, char, string, and bool) and 1 abstract types (exception). It's going to have function overloading and possibly Operator overloading. I'm also taking suggestion on what I should include in it. Right now I'm working on a library called Sys which will hold all logic statements and basic structures, next I will add SysIO which will include IO functions, and after that I'm not sure, probably a math library. Though the math library will be made with the language itself, Sys and SysIO have to be made with C. In fact I think after Sys and SysIO, I'll be able to make everything with the language itself, though I'm not sure.
15th Mar 2017, 8:41 PM
SoraKatadzuma
SoraKatadzuma - avatar
+ 4
wow hah gj! How developed is the language? Some random names: Usanah Sora Lest Summer (:P)
15th Mar 2017, 6:03 PM
Rrestoring faith
Rrestoring faith - avatar
+ 3
SpringScript
15th Mar 2017, 6:05 PM
Jesse
Jesse - avatar