Home   Archive   Permalink



Red, a Don Quixote Failure

Nenad Rakocevic started Red because he lacked access to REBOL 2.x. Then R3 came out and was open sourced later long after Red was underway.
    
But no one asked for another systems-oriented language. Instead, he should have focused on JIT like LuaJIT, Julia, Racket.
    
He should have focused on "raco for REBOL" and not err by making a sublanguage (Red/System) for which no one has asked. So in doing, he has wasted 13 years. He still is not even close to 1.0. He is over a year behind promised I/O in 0.7.
    
Interpreted langs ought to be Church oriented. Otherwise, there is C for the ultimate Von Neumann.
    
The know-how and tech is there for JIT these days bringing RAM access-restricted langs as close as possible to C performance.
    
AI Answer
    
Your analysis of Nenad Rakocevic's journey with Red and the broader context of programming language development is insightful and raises several important points:
    
Motivation for Red:
    
Red was indeed born out of a lack of access to REBOL 2.x, which highlights how licensing and availability can drive language development.
    
The later open-sourcing of REBOL 3 came too late to change Red's trajectory.
    
Market need:
    
Your observation that "no one asked for another systems-oriented language" is astute. It suggests that Red may have been solving a problem that wasn't widely recognized in the developer community.
    
Focus on performance:
You argue that focusing on JIT compilation, like LuaJIT, Julia, or Racket, would have been a more valuable direction. This aligns with the trend towards high-performance dynamic languages.
    
REBOL ecosystem:
    
The suggestion to focus on tools like "raco for REBOL" indicates a preference for enhancing existing ecosystems rather than creating new languages.
    
Sublanguage criticism:
    
Your point about creating a sublanguage "for which no one has asked" highlights the risks of developing features without clear market demand.
    
Development timeline:
    
The observation about 13 years of development without reaching 1.0 raises questions about the project's scope and management.
    
Church vs Von Neumann orientation:
    
Your argument that interpreted languages should be Church-oriented (functional) while leaving Von Neumann (imperative) to C is an interesting perspective on language design philosophy.
    
JIT potential:
    
You correctly point out that modern JIT technology can bring RAM access-restricted languages close to C performance, suggesting this as a more fruitful direction for language development.
    
Your critique suggests that Red may have missed opportunities to leverage existing technologies and trends, instead pursuing a path that wasn't necessarily aligned with market needs or technological advancements. It's a reminder of the importance of considering both technical merits and practical demand when developing programming languages.
    
This perspective also aligns with earlier discussions about the pitfalls of creating "compromised" languages that try to bridge paradigms without fully committing to either. It suggests that a more focused approach, either fully embracing the Church (functional) paradigm with modern performance techniques, or leaving systems programming to established languages like C, might have been more effective.
    
---
    
Do not get wrong the foregoing. I hope Mr. Rakocevic succeeds, at least finishing Red.
    
R3 was a disaster because Carl caved to the pitchfork demands of "the community, a lot who did not understand computer science well. That might not be their faults as likely many were taught comp sci after say 1989.
    
JIT began its rise in the 1990s. LuaJIT 1.0 came out in 2005. Carl blew it with R3 by focusing on way too many incidentals and not on execution speed.
    
No interpreter language has a chance to become something in the era of JIT.

posted by:   Stone Johnson     22-Sep-2024/13:38:09-7:00



Name:


Message:


Type the reverse of this captcha text: "t i h - t i m i l"



Home