A Challenge for High-Level Programming Language Enthusiasts: Redesigning Hardware and Compilers
By
signa11
If you only eat one bagel today, this is the bagel.
Summary
The article presents a challenge to enthusiasts of high-level programming languages (e.g., Lisp, Python, Haskell) to articulate their ideas on how hardware or compilers should be redesigned to better support these languages, rather than just critiquing existing systems. It invites detailed discussions on the topic.
Key quotes
· 2 pulledDo you think high-level languages would run fast if the stock hardware weren't 'brain-damaged'/'built to run C'/'a von Neumann machine (instead of some other wonderful thing)'?
If you think that you know how hardware and/or compilers should be designed to support HLLs, why don't you actually tell us about it, instead of briefly mentioning it?
You might also wanna read
DeiMOS: A Superoptimizer for the MOS 6502 Processor
The article introduces DeiMOS, a superoptimizer tool specifically designed for the MOS 6502 processor. A superoptimizer is a specialized too
Understanding the Complexity of Time Zones and the Value of the Time Zone Database
The article discusses the complexity of time zones and the importance of relying on existing solutions like the Time Zone Database rather th
Hidden Performance Costs in Programming Languages: Comparing C and Higher-Level Languages
The article examines the perception that systems programmers avoid higher-level languages due to hidden performance costs, while arguing tha
Inside Functional Programming Languages: Implementation Details and Compilation Phases
The article explores the internal workings and implementation details of functional programming languages, particularly Haskell-like languag
Chuck Moore's ColorForth: A Programming Language and Operating System Using Color as Syntax
ColorForth is a modern redesign of the classic Forth programming language that uses color as punctuation for syntax. Created by Chuck Moore,
D Programming Language: Combining Multiple Paradigms for Fast, Scalable Code
The article presents D as a programming language that combines multiple programming paradigms harmoniously, offering classic polymorphism, v
