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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Boo Programming Language

15 点作者 luismedel7 个月前

7 条评论

norir7 个月前
It is amazing to me how many language landing pages are largely devoted to install guides rather than explaining the language's raison d'etre.
评论 #41820627 未加载
IshKebab7 个月前
&gt; no unnecessary keywords, brackets or semi-colons makes for highly readable code.<p>i always find it funny that people think removing symbols magically makes code more readable its almost as if theyve never read english ocaml is definitely harder to read because of the lack of symbols it just turns in to a word soup definitely not for me
评论 #41820950 未加载
cb3217 个月前
`Boo` was always an interesting language to me, but a bit hard to play with (as some others here have already commented) and now mostly abandonware. If you like its ideas, many of them have been taken further in Nim ( <a href="https:&#x2F;&#x2F;nim-lang.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nim-lang.org&#x2F;</a> ) which is still actively maintained &amp; extended. (They are not phylogenetically related, to my knowledge (except possibly for Python as a common ancestor), and are also distinct in many ways). Nim is also less Windows-centric while also being cross-platform (Windows, OSX, Linux, *BSDs).
jauntywundrkind7 个月前
Two things about Boo that have left a lasting mark:<p>First, it was the first time I&#x27;d seen quasi-quotes, where you can write code that them so converted to AST. Very very lovely dynamic programming. It was so awesome having a static runtime but being able to do multi-phase programming in it, was so much nicer than anything I&#x27;d seen in java. Excellent easy to understand macro writing.<p>Second, the boo test cases rocked. Test cases start with a string which is the expected output. Then the rest of the testcase is a short bit of code that outputs. It was so easy to debug &amp; see what was happening, such an elegant frameworkless way to run tests.<p>I used it a couple times commercially at small webdev shops, but had a bunch of personal projects using Boo. Lead author Bamboo got hired by Unity and their (I believe now deprecated?) UnityScript was related&#x2F;similar I understand, but Boo kept going for a whole. Great docs for the time too. But yeah tapered off.<p>The two techniques I describe, quasi-quotes &amp; tests-as-executable are both visible in this macro testcase, <a href="https:&#x2F;&#x2F;github.com&#x2F;boo-lang&#x2F;boo&#x2F;blob&#x2F;master&#x2F;tests&#x2F;testcases&#x2F;macros&#x2F;custom-class-macro-with-properties-and-field.boo">https:&#x2F;&#x2F;github.com&#x2F;boo-lang&#x2F;boo&#x2F;blob&#x2F;master&#x2F;tests&#x2F;testcases&#x2F;...</a><p>Thanks Bamboo et al!
评论 #41820823 未加载
the_mitsuhiko7 个月前
A long time ago Boo was one of the languages that Unity 3D supported. I think it hasn’t been supported for more than 10 years.
评论 #41820698 未加载
moomin7 个月前
They say programming languages never die, but Boo’s definitely in palliative care.<p>I liked it, but the better C# got, the less reason you’d have to use something with worse tooling.
ur-whale7 个月前
Reading the first few paragraphs, I note<p><pre><code> - heavy dependence on large (Mono) and&#x2F;or unusual tools (nmake ... in 2024 ... really?) - worse than that, dependence on specific (older) versions of exotic, non-standard things - not much in the way of &quot;this is what the language looks like&quot; or &quot;this is what this language is good at&quot; - the windows world smell surrounding the project is pungent, to say the least </code></pre> Not too appealing to have to install that much crap on one&#x27;s system just to play with a new language.<p>I hope for the sake of the project this is a temporary state of affairs.<p>[EDIT]: a maybe slightly better intro to the language than the github page:<p><a href="https:&#x2F;&#x2F;boo-language.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;boo-language.github.io&#x2F;</a>
评论 #41820789 未加载
评论 #41820492 未加载
评论 #41821747 未加载