this post was submitted on 23 Aug 2023
521 points (96.9% liked)

Technology

58133 readers
4499 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Since its inception, Microsoft Excel has changed how people organize, analyze, and visualize their data, providing a basis for decision-making for the flying billionaires heads up in the clouds who don't give a fuck for life off~~the~~line

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 year ago (1 children)

Factual errors:

  • Interpreters neither need nor usually have a compilation step
  • Even processors are nowadays virtual machines, modern hardware only understands microcode AFAIK

Words which have a common understanding in the current compiler construction world, which you define in IMHO a non standard way

  • Compiler is commonly used to refer to tools which translate higher level languages (e.g. Java, C, Python, JavaScript) to a machine representation (e.g. JVM, Arm64, x86_64, MIPS...)
  • Even in academia Java is referred to as compiled/interpreted language (at the same time)

Factual errors about Java:

  • We have ahead of time compilers for a very long time now (GraalVM etc)
  • There are chips which implement the JVM in hardware