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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Programming Paradigms and Beyond [pdf]

156 点作者 efm将近 7 年前

8 条评论

noelwelsh将近 7 年前
Related to the idea of &quot;Notional Machines&quot; (§4) I recently realised that what I&#x27;m calling &quot;denotational strategies&quot; can be vastly more efficient for learning than &quot;operational strategies&quot;. For example, learning recursion via an operational semantics &#x2F; abstract machine model can make recursion seem very complex. Maintaining the stack and tracing through the control flow is hard. Alternatively one can use structural recursion patterns (think proof by induction) in which case you don&#x27;t have to think through the control flow. The correctness is guaranteed if the individual cases are correct.<p>Probably this statement isn&#x27;t so understandable from the above description. It really needs a blog post of its own.
评论 #17383012 未加载
评论 #17382918 未加载
nojvek将近 7 年前
Just want to say I really enjoyed your chapter on “Visuals and Blocked Languages”.<p>My career got started programming Flash. Mostly because I loved the visuals and wanted to code it. Even though there is scratch, and other block based languages it seems text is still the king.<p>Text as you’ve identified is not the most new comer friendly.<p>I still think the holy grail of visual programming is still to come. Most of coding is describing abstract syntax trees. A nice visual tree&#x2F;graph manipulation editor has yet to be invented. Being able to have a hybrid text and visual seems like a good place to be.<p>I’ve spent many years thinking and obsessed about this concept. Especially around the ideas of code completion&#x2F;intellisense.<p>What are your opinions on how kids in a decade will code?
评论 #17395567 未加载
veli_joza将近 7 年前
Good read. I feel the title should be &quot;Teaching Programming Paradigms and Beyond&quot; since the text assumes familiarity with complete CS landscape and comments on success of several teaching methods.<p>I would recommend (also misleadingly titled) talk The Future of Programming by Bret Victor [1] which goes over some groundbreaking paradigms that have since become mostly forgotten.<p>[1] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=8pTEmbeENF4" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=8pTEmbeENF4</a>
评论 #17395576 未加载
efm将近 7 年前
Programming Paradigms and Beyond Shriram Krishnamurthi, Kathi Fisler The Cambridge Handbook of Computing Education Research, 2019<p>Programming Language education blind spots and opportunities for research. Recommended for anyone who teaches, learns or writes programming languages.
评论 #17384107 未加载
评论 #17383978 未加载
sktrdie将近 7 年前
I’m sad that such extensive research on paradigms and behavior doesn’t mention any of the very important and truly innovative work of Dr Harel such as “Statecharts: A visual formalism for complex systems” (1986) and “Behavioral programming” (2012)
评论 #17382996 未加载
danharaj将近 7 年前
Attended a talk about teaching programming to kids by the first author that was well attended by programmers and teachers. It was a very enriching experience. I&#x27;m definitely going to read this through.
lager将近 7 年前
Interesting paper. I’m missing Peter van Roy’s “Programming paradigms for dummies” in the list of references, though.<p><a href="https:&#x2F;&#x2F;www.info.ucl.ac.be&#x2F;~pvr&#x2F;VanRoyChapter.pdf" rel="nofollow">https:&#x2F;&#x2F;www.info.ucl.ac.be&#x2F;~pvr&#x2F;VanRoyChapter.pdf</a>
评论 #17395592 未加载
nojvek将近 7 年前
Is there a html version of this? The font size is too small for my eyes.
评论 #17387447 未加载