TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Kitten Programming Language

82 点作者 sbjs将近 7 年前

7 条评论

transfire将近 7 年前
I have been following this project closely for a while as it is simular to an imaginary language I've always wanted (and have been slowly working on myself). Whereas Kitten comes from a Haskell heritage (thus functionally pure), mine comes from a Forth hertiage (it is a true Forth). Kitten, as it seems to me, is a potentially awesome hybrid of Haskell, C (more under the hood) and Forth and I am very much looking forward to seeing its fruition. It's about time concatinative languages got their modern, mainstream turn in the sun.
评论 #17685030 未加载
评论 #17685221 未加载
3rdAccount将近 7 年前
Anything new since the last time this was posted? I know the creator hangs out here and can maybe give us an update?
评论 #17684824 未加载
juancampa将近 7 年前
<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Concatenative_programming_language" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Concatenative_programming_lang...</a>
drallison将近 7 年前
Stanford EE380 talk by Jon Purdy:<p><pre><code> abstract: http:&#x2F;&#x2F;web.stanford.edu&#x2F;class&#x2F;ee380&#x2F;Abstracts&#x2F;171115.html slides: http:&#x2F;&#x2F;web.stanford.edu&#x2F;class&#x2F;ee380&#x2F;Abstracts&#x2F;171115-slides.pdf video: https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=_IgqJr8jG8M</code></pre>
pmontra将近 7 年前
I like that concatenation works with space instead of more verbose operators like for example Elixir&#x27;s |&gt;<p>It basically turns space into the dot of most object oriented languages. It would be ok to use a dot too, but the space looks better and leaves the option of using the dot inside function names. I wish they could change the syntax of Elixir to look like that.<p>I probably missed it, but how do we import functions from another file &#x2F; module? And how about multi-line concatenations?
评论 #17685521 未加载
评论 #17686374 未加载
Vicfred将近 7 年前
stack-based and supports algebraic data types? (also kittens) count me in
yemper将近 7 年前
looks interesting, my gf says shes interested :3