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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

BOOLR – A digital logic simulator

53 点作者 cjdrake超过 1 年前

6 条评论

userbinator超过 1 年前
"created with JavaScript, HTML5, CSS3" but no web version for those who already have a browser and don't want to download yet another one?
velcrovan超过 1 年前
My 7yo son has been interested in boolean logic. I thought surely something like this exists where I can show him how you can chain gates to build larger systems. Couldn't find one! Will have to download this tonight.
评论 #37505670 未加载
评论 #37507453 未加载
评论 #37503211 未加载
评论 #37503813 未加载
评论 #37506383 未加载
评论 #37506286 未加载
评论 #37506883 未加载
nikolay超过 1 年前
This reminds me of what I&#x27;ve done back in 1989 in Russia where I was on an international programming camp [0], which still exists today. I won, I believe, the second place. It was written in TPW (Turbo Pascal for Windows), of course!<p>[0]: <a href="https:&#x2F;&#x2F;icccamp.ru&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;icccamp.ru&#x2F;</a>
dang超过 1 年前
Related:<p><i>Show HN: BOOLR – A digital logic simulator</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15489535">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15489535</a> - Oct 2017 (21 comments)<p><i>Show HN: BOOLR, a digital logic simulator</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14335023">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14335023</a> - May 2017 (11 comments)
LordShredda超过 1 年前
You&#x27;d be surprised at how few simple yet decent logic simulators exist online. Are there plans for a web versions maybe?
评论 #37502230 未加载
danaugrs超过 1 年前
This is awesome! It looks like a fantastic way to play with boolean logic and learn&#x2F;teach how computers work. I love the ability to encapsulate circuits and abstract them into higher level components.