cogscent.com
Lisp
http://cogscent.com/lisp.html
We like using Lisp for the modeling and simulation. Software that we build. We like Lisp because it supports multiple paradigms of software development (such as functional, object-oriented, and procedural) and powerful abstractions. These features buy flexibility, and that flexibility is really valuable when building complex, custom software like what we use to model and simulate human cognition. Here are a few of the Lisp resources we really like:. The Common Lisp Hyper Spec.
hoytech.com
Hoytech
https://hoytech.com/vmtouch
Vmtouch - the Virtual Memory Toucher. Portable file system cache diagnostics and control. Read the online manual. Is a tool for learning about and controlling the file system cache of unix and unix-like systems. It is BSD licensed so you can basically do whatever you want with it. Git clone https:/ github.com/hoytech/vmtouch.git $ cd vmtouch $ make $ sudo make install. What is it good for? Discovering which files your OS is caching. Telling the OS to cache or evict certain files or regions of files.
hoytech.com
Hoytech
https://hoytech.com/talks
FM Demodulation with RTL-SDR. A walk-through of a simple FM demodulator I built for RTL-SDR: source code. Secure, efficient, simple random token generation: Session: Token. Native" GUIs with perl and HTML. This talk is about making desktop apps with perl and valence. I just got a really cool device called the HackRF One. And I talked about it at Toronto Perl Mongers. Suppose you need to truncate an arbitrary-length unicode string to fit into a fixed byte-length field. Qstruct is a specification. This is ...
can3p.github.io
On Common lisp · Dmitry Petrov
http://can3p.github.io/blog/2016/07/02/common-lisp
Though I have some experience with clojure which is lisp I always had a feeling that this experience is incomplete without trying other dialects, especially common lisp. This post describes my experience on starting with this language. I’ve read a couple of books, namely Practical Common Lisp. And Let over lambda. After reading them I decided to give it a try and write something. The result is my shiny new incomplete cl-journal client for Livejournal.com webservice. It should work with command-line.
grokpodcast.com
Grok Podcast | 142 - Clojure
http://www.grokpodcast.com/2015/07/23/episodio-142-clojure
O que é Grok? Sobre Rafael Rosa Fu. O que é Grok? Voltamos para continuar nosso papo sobre A Linguagem Clojure. Começando com os parênteses da linguagem, porque eles não são ruins e as razões técnicas para isso. Vamos falar também sobre várias features da linguagens, como macros, imutabilidade, software transactional memory e muito mais. Groke e divirta-se conosco :). Seu browser não suporta a tag de audio HTML5. Você pode adicionar o podcast ao seu iTunes clicando aqui. Ou atráves do nosso RSS. Software...
lisp-lang.org
Common Lisp Books | Common Lisp
http://lisp-lang.org/books
Contains introductory material as well as practical examples, such as a unit testing framework, web server, spam filter and ID3 tag parser. The book can be read online. For free, and the code is available. Is a book for Lisp beginners. It has a nice example of writing a simple ray tracer in Common Lisp, and another (rather dated) example of using macros to generate HTML. Is a comprehensive study of advanced Lisp techniques, with bottom-up programming as the unifying theme . With his brilliantly quirky co...
guides.ruby.tw
Ruby & Rails 風格指南 繁體中文
http://guides.ruby.tw/ruby-rails-style-guides
Ruby Taiwan : ). Prev section section name. Next section section name. Ruby Taiwan : ). 這篇文章翻譯自 bbatsov 所寫的 Ruby Style Guide. 及 Rails Style Guide. Juanito Fatas,你可以在 twitter、ruby-taiwan 找到我。 Ruby Style Guide 建議. Rails Style Guide 建議. 幾個禮拜前我開始學習 Ruby 及 Rails。 Style is necessary only where understanding is missing. A corollary to this is that sometimes the only way to effectively use something you dont understand is to copy styles observed elsewhere. From Let Over Lambda. 以及 "The Ruby Programming Language".
beta-reduction.blogspot.com
How To Become A Hacker: 5月 2010
http://beta-reduction.blogspot.com/2010_05_01_archive.html
How To Become A Hacker. Paul Graham と Eric S. Raymond に騙され続けた男の奮闘記. Lisp Ver.1.0. んな、言語設計者になりたいわけでもねえのにメンド臭い。っつーかさ。それってハッキリ言うとComputer Scienceの極めてTrivialなネタなんじゃねえの? やってられっか。Computer Science学科に在籍した事もねえのに。バカヤロー。」. 爆)。いや、意外と面白いんだ、これが(笑)。 今回参考にした書籍は 対話によるCommon Lisp入門 POD版. という本。最近、#9LISP用にLOLにかかりっきりで、それはそれで楽しいんですが、週末時間が足りなくってストレスが溜まってた。そこで 気分転換に. とか言う疑問があって。その点 対話によるCommon Lisp入門 POD版. では曲りなりにもCommon Lispを実装しよう、と言うネタなんで。ああ、これは前回のSmall-Lispの実装をまた一段上に上げられるかな? です(爆)。何やってんだろうねえ、全くもう。 で解決出来るのか、というような興味がそも...
hcsw.org
HCSW Projects
http://www.hcsw.org/projects.html
Most of my current open-source programming can be seen on github. My webserver program. There is also a historical site for awhttpd. The Virtual Memory Toucher: Portable file system cache diagnostics and control. Network Universal Frame Forge. A Scheme-based programming environment designed for network security research. Programs and modules I've written in Haskell. Analysis of the casino game of BlackJack. Software for the TI-83 graphing calculators. My book about programming macros in Common Lisp.