Forums have fallen into disuse, and discord is where the community is at. Please visit us on discord!
Quote from: Pumpkin on August 21, 2016, 10:49:13 amThere are also the hybrid languages such as Java, but that's a whole other story.Java is weird. I'd still call it a "compiled" language, it just compiles to Java bytecode rather than pure binary bytecode. The Javabytes are then interpreted by/on the JVM.But it lets you do some really cool and magical* things. Such as creating or modifying classes at runtime, making 2+2 equal 5, or over-writing std::in and std:out with blank methods, protecting them against further modification or recreation, and hiding exit().*sun.misc.Unsafe
There are also the hybrid languages such as Java, but that's a whole other story.
?> let 2+2=5 in 2+25
Quote?> let 2+2=5 in 2+25This is just beautiful.