kirk781@discuss.tchncs.de to Technology@lemmy.worldEnglish · 4 个月前Java at 30: How a language designed for a failed gadget became a global powerhousewww.zdnet.comexternal-linkmessage-square124linkfedilinkarrow-up1372arrow-down115cross-posted to: programming@programming.dev
arrow-up1357arrow-down1external-linkJava at 30: How a language designed for a failed gadget became a global powerhousewww.zdnet.comkirk781@discuss.tchncs.de to Technology@lemmy.worldEnglish · 4 个月前message-square124linkfedilinkcross-posted to: programming@programming.dev
minus-squareatomicbocks@sh.itjust.workslinkfedilinkEnglisharrow-up4·4 个月前Python is interpreted where Java is compiled. They aren’t going to be able to be used in the same cases all the time.
minus-squarejenesaisquoi@feddit.orglinkfedilinkEnglisharrow-up2arrow-down2·4 个月前Not true. They use the same model, executing compiled bytecode. It just feels like directly running a script because Python compiles it to bytecode on the fly, and because it is embarrassingly slow.
Python is interpreted where Java is compiled. They aren’t going to be able to be used in the same cases all the time.
Not true. They use the same model, executing compiled bytecode. It just feels like directly running a script because Python compiles it to bytecode on the fly, and because it is embarrassingly slow.