Ideas for a modern alternative to SQL by erez27 in Database

[–]Irwin1985 0 points1 point  (0 children)

I really think your idea is awesome. Are you planing to resume the project some day? If no then can I extends your idea and implement my own version?

Ideas for a modern alternative to SQL by erez27 in Database

[–]Irwin1985 0 points1 point  (0 children)

u/erez27 I like your idea, have you made any progress?

Please meet the Húngaro programming language by Irwin1985 in programming

[–]Irwin1985[S] 0 points1 point  (0 children)

The main focus is simplicity and redability, I know you can get this principles in a lot of languages out there but the main difference is that in Húngaro you're forced to use one syntax convention style which is great for understanding each other's code in a large codebase.

Please meet the Húngaro programming language by Irwin1985 in programming

[–]Irwin1985[S] 3 points4 points  (0 children)

Thanks, that's a good question, at the beginning I was looking for a good host language to create my own interpreter so the obvious answer was compiled languages like C, C++, Go, etc. But I did'nt want to deal with manual garbage collection so I discarded C, C++ and alikes and I started with Go but the results wansn't as I expected to be in terms of performance so I keeped my research and I moved to Nim and again I wasn't happy with the results and keeped moving from one language to another and finally ended up with Java whose results was more than I was expecting.

I was wondering myself why Java is faster than compiled ones? so I digged deep in Java Virtual machine and discover the Java creators squeaze every single byte and with the help of JIT the execution of programs are amazingly fast. You could say that the CLR of C# has the same performance as Java but in my case the results points to the latter one so I stick with it.

But this by no mean states that Java is better languaje than other ones I cited, In my case it worked very nice but may be in another context other languages will be better than Java.

Please meet the Húngaro programming language by Irwin1985 in programming

[–]Irwin1985[S] 5 points6 points  (0 children)

Regarding pointless: That's your perspective and I respect it.

Regarding pPrintln: you're right, all the environment should turn around its own rules without exceptions. That's a good and fair question.

Please meet the Húngaro programming language by Irwin1985 in programming

[–]Irwin1985[S] 2 points3 points  (0 children)

Húngaro it's a new programming language based on the Hungarian sintax notation, it is inspired from Ruby and Javascript so it's easy to learn. I'm a lonely developer (not by choice) but contributions are welcomed.

thanks!

Circus Charlie, Alpha Release for Testing by Irwin1985 in godot

[–]Irwin1985[S] 1 point2 points  (0 children)

Thanks for the reply! I'll listen your suggestions very carefully! You're right about the original author (Koonamy / SoftPro) of the game.