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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and Java [pdf]

109 点作者 davidroberts大约 12 年前

5 条评论

exDM69大约 12 年前
If you don't know Prolog, I can give a very warm recommendation to spend some time and get familiar with Prolog. It's an extremely simple programming language that is a good example of taking a formal abstraction (predicate logic) and turning it into a practical programming language.<p>Prolog is also a very good example of the power of the unification algorithm. Unification is also used in e.g. type inference algorithms in programming languages like ML or Haskell.<p>Prolog is also homoiconic ("code is data", like Lisp) so it's very well suited for doing experiments in languages. A commonly used example is to create a Prolog dialect with fuzzy logic semantics.<p>Finally, while you might never get a chance to use Prolog in your day job, it's a programming language that will expand your horizons and learning it will, in my opinion, make you a better programmer.
评论 #5342848 未加载
评论 #5343228 未加载
pagade大约 12 年前
Wow! Am I the only one reading this book? No comments so far about the book. I don't remember how I ended up reading this book for past an hour or so. I know Lisp so jumped on Part III after reading the Chapter 1. This really looks like a gem I have never heard of. Anyone already read this? Any comments? Not much in Amazon Reviews.<p>Thanks for sharing!
davidroberts大约 12 年前
This is on the publisher's website, so I assume there are no copyright issues.
aethertap大约 12 年前
For anyone looking to learn prolog, I highly recommend the ciao [1] system. It has many features that help both with exploring the language and with solving actual problems. It also supports some additional constraint programming stuff that I think is really cool.<p>[1] - <a href="http://ciao-lang.org/" rel="nofollow">http://ciao-lang.org/</a>
jnazario大约 12 年前
prolog is also on my list of "to learns", and just this week i threw "progol" on there, too. i explored datalog a few weeks ago and enjoyed it, and like martinced notes i'm also eying datomic.<p>i have been bitten by the AI bug.
评论 #5348046 未加载