Timeline for From an execution perspective is an interpreter the same as the JVM / or the .net Framework
Current License: CC BY-SA 3.0
16 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 12, 2017 at 7:31 | history | edited | CommunityBot | replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/ | |
| Oct 30, 2013 at 17:42 | audit | Suggested edits | |||
| Oct 30, 2013 at 23:31 | |||||
| Oct 14, 2013 at 20:42 | history | edited | whytheq | CC BY-SA 3.0 | edited title |
| Oct 14, 2013 at 9:03 | answer | added | AProgrammer | timeline score: 1 | |
| Oct 14, 2013 at 7:36 | history | edited | whytheq | CC BY-SA 3.0 | added 2 characters in body |
| Oct 14, 2013 at 2:57 | answer | added | Kaydell | timeline score: 0 | |
| Oct 13, 2013 at 15:20 | history | tweeted | twitter.com/#!/StackProgrammer/status/389410253844283392 | ||
| Oct 12, 2013 at 12:40 | answer | added | Aaronaught | timeline score: 13 | |
| Oct 12, 2013 at 12:10 | comment | added | whytheq | @MartijnPieters I've attempted to edit the OP as "framework" was the wrong term to use. Do you now get the gist of my question? Does it need further edits? | |
| Oct 12, 2013 at 12:09 | history | edited | whytheq | CC BY-SA 3.0 | edited title |
| Oct 12, 2013 at 12:09 | comment | added | Martijn Pieters | Both Python and Java come with a lot of libraries pre-installed, that part is the framework. | |
| Oct 12, 2013 at 12:08 | comment | added | Martijn Pieters | The line between compiler and interpreter is more blurry; CPython compiles, then interprets. Jython compiles then leaves it to the JVM to run, which can be interpreted or run directly on machine hardware (through a JIT, so further compilation, or a specialized Java processor). | |
| Oct 12, 2013 at 12:06 | comment | added | whytheq | Will try to edit: had a feeling I was probably not far enough into the subject to try to post this question. In layman's terms I thought python uses an "interpreter" and java uses a "framework"? | |
| Oct 12, 2013 at 12:03 | history | edited | whytheq | CC BY-SA 3.0 | added 150 characters in body |
| Oct 12, 2013 at 12:02 | comment | added | Martijn Pieters | You may want to verify what your terms mean; a software framework is orthogonal to an interpreter. | |
| Oct 12, 2013 at 11:55 | history | asked | whytheq | CC BY-SA 3.0 |