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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Building a dataflow graph with Python

67 点作者 mkeeter将近 10 年前

2 条评论

chipsy将近 10 年前
Something I learned by going down the daraflow rabbit hole is that it makes digital computing act like analog computing. That is, if you try to model this type of system to be capable of an if statement and Boolean expressions, you really end up &quot;back at the beginning&quot; of digital computing, with an environment that strains to produce a simple state machine.<p>But if your state can be abstracted, the architecture allows for some clean, straightforward building blocks.
评论 #9986159 未加载
nickstefan12将近 10 年前
It&#x27;s spreadsheet liberateD from a 2d grid. Just sub &quot;name&quot; for &quot;A1&quot; etc and there you go!