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

One scripting language to rule them all.

Name: Super Hell !JM1IoNO1/U 2018-11-29 22:21

Lua, Python, Perl or Javascript?

Name: Anonymous 2018-11-30 7:56

>>10
Yeah, type confusion is a security issue.

I like Java 10's static type inference though. You can do something like this:
var whatever = 5
or
var whatever2 = "something"
And then the compiler infers that it's an int or String, but then it stays an int forever.

It's sort of halfway between static and dynamic in the sense that you don't have to do something like int whatever = 5 and String whatever2 = "something"

Name: Anonymous 2018-11-30 11:55

>>11
Haskell also does that. It has nothing to do with being static or dynamic.

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