General Category > In Case Of Emergency, Release Raptor

August 22nd release and Arcen AMA.

<< < (7/7)

Pumpkin:

--- Quote from: Draco18s on August 22, 2016, 10:50:49 am ---
--- Quote from: Pumpkin on August 21, 2016, 10:49:13 am ---There are also the hybrid languages such as Java, but that's a whole other story.

--- End quote ---

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

--- End quote ---


--- Quote ---?> let 2+2=5 in 2+2
5
--- End quote ---
This is just beautiful.

Draco18s:

--- Quote from: Pumpkin on August 22, 2016, 12:51:53 pm ---
--- Quote ---?> let 2+2=5 in 2+2
5
--- End quote ---
This is just beautiful.

--- End quote ---
Yup, that's Haskell.

Navigation

[0] Message Index

[*] Previous page

Go to full version