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.

GTFL – A Graphical Terminal for Common Lisp

134 pointsby oumua_don1712 months ago

7 comments

MikeSchurman12 months ago
I love this. Probably because I&#x27;ve been thinking of similar ideas for what seems like the last decade, I just have coders block when it comes to actually implementing it. Seeing it (well something like it) actually implemented makes me happy.<p>My use-case would be a &quot;real-time&quot; debug tool of sorts, that would allow the viewing of trees as they have, but also the modification of them, and the values at the nodes (think the hierarchy+inspector of unity3d, but a remote tool).<p>Anyway this post is food for thought and I&#x27;m going to read more about how it was done. I like the API they&#x27;ve created for sending views, really interesting.
评论 #40497888 未加载
评论 #40497090 未加载
pard6812 months ago
This looks great. I&#x27;d love to try it and see where it can go. My two favorite development features are using slime&#x2F;sly for lisp development and Elm&#x27;s visualization of state and time travel. Put those together and you&#x27;d get a language I&#x27;d never want to leave!
mindcrime12 months ago
I gotta say, that&#x27;s pretty damn cool. It reminds me that I&#x27;ve been meaning to take up Common Lisp for, like, forever. But finding time to invest in learning the language &#x2F; ecosystem is the perpetual challenge. :-(
评论 #40497328 未加载
lispm12 months ago
one can easily miss the linked examples, here are the links from the GTFL page:<p><a href="http:&#x2F;&#x2F;www.martin-loetzsch.de&#x2F;gtfl&#x2F;application-example-1&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.martin-loetzsch.de&#x2F;gtfl&#x2F;application-example-1&#x2F;</a><p><a href="http:&#x2F;&#x2F;www.martin-loetzsch.de&#x2F;gtfl&#x2F;application-example-2&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.martin-loetzsch.de&#x2F;gtfl&#x2F;application-example-2&#x2F;</a>
atgreen12 months ago
I&#x27;ve just added this to the ocicl repo, in case you are using that instead of quicklisp.
评论 #40497093 未加载
agumonkey12 months ago
There&#x27;s something brilliant about the visual ergonomics of his renders. Light, dense, complex yet simple.
jshaqaw12 months ago
I want this mostly so I can invoke an output function as GTF(Lisp)-Out<p>&quot;gtfl-out &amp;rest expressions =&gt; no values&quot;