TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fun with Python bytecode – Generate and modify it using evolutionary algorithms

81 pointsby soravuxalmost 11 years ago

1 comment

voidlogicalmost 11 years ago
&gt;You have probably already heard that Python, unlike Fortran, C++ or Go, was an interpreted language. While not completely wrong, it is not entirely true either.<p>Interpreted byte-code is still interpreted (and is a norm among interpreted languages: VB (pcode), PHP, Perl, some Pascal, Java (until the JIT gets to it) all interpreted byte-code.)<p>I really dislike it when people change the definitions of well established things because they don&#x27;t like their own, or others, connotations of the term.<p>&gt;Thereafter, these instructions are actually interpreted by a virtual machine.<p>Indeed like most other mainstream interpreters do...
评论 #7923426 未加载
评论 #7924616 未加载