Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

The Kava programming language

Name: Kavadev 2012-12-21 15:01

Hello fellow /prog/ users.

I'm creating a programming language of my own: Kava.

I'd appreciate it very much if you could give me some feedback.

>compiles into bytecode
>platform independent
>executed by a stack-based VM
>based off Java but introduces a lot of changes
>multiple inheritance
>operator overloading
>cleaner syntax
>more light weight
>completely libre
>will support AVR's

My main concern is whether or not should I keep classes as the main construct of the language and the compilation unit. One could say that this forces the OOP paradigm, but I don't agree. I removed interfaces and other OOP-ish constructs inherited from Java, and I feel that keeping the classes in the center will make the language easier to use and easier to implement (and, depending on the person, easier to think in).

Please critique my design and tell me about the problems with my design.

Name: Anonymous 2012-12-22 19:44

looks fucking horrible. lisp is better.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List