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.

Thoughts on a New Dylan Ecosystem

74 pointsby BruceMover 11 years ago

4 comments

rayinerover 11 years ago
I've always lamented that Ruby and the like caught on when Dylan didn't. At a time when most dynamic languages are still struggling without multi-threading or generational garbage collection (or hell, even correct lexical scoping!), Dylan has had a very sophisticated implementation for 15 years now. Open Dylan has native compilation, type inference, native threads, a sophisticated garbage collector, etc. The other side of the coin is, unfortunately, that it's hard to maintain such a sophisticated implementation without substantial manpower. The compiler is 100kloc of well-written but complex and dense code, and the runtime library is quite complex as well. That said, the Dylan Hackers are doing some really interesting work, e.g. building an LLVM backend for the compiler, so if you have an interest in the subject it's worth checking out.
评论 #6718902 未加载
评论 #6718860 未加载
评论 #6721272 未加载
coolsunglassesover 11 years ago
Dylan is a great language but I managed to transition from Common Lisp -&gt; Python -&gt; Clojure -&gt; Haskell without ever really having sufficiently good cause to use it.<p>I wish the hackers working on Dylan the best, but it&#x27;s a hard sell with the current design. Needs something to differentiate itself (from my POV).
skittlesover 11 years ago
I&#x27;d like to have a Dylan dialect based upon Clojure concepts (the Sequence abstraction and immutable collections being two that come to mind). It would also need Clojure&#x27;s idea of being a hosted language to get past the lack of libraries.
评论 #6719417 未加载
评论 #6721035 未加载
codygmanover 11 years ago
Am I incorrect in assuming that Dylan is a faster and better designed ruby? At first glance that is what it appears to be.
评论 #6720030 未加载