http://cl.clos.me/index.php,cl-cookbook: A fork of lisp cookbook: http://lispcookbook.github.io/cl-...

Lisp Cookbook

A Cookbook is an invaluable resource, as it shows how to do various things in a clear fashion without all the theoretical context. Sometimes you just need to look things up. While cookbooks can never replace proper documentation such as the HyperSpec or books such as Practical Common Lisp, every language deserves a good cookbook, Common Lisp included.

The CL Cookbook aims to tackle all sort of topics, for the beginner as for the more advanced developer.

Contributing

When adding new content, ensure it renders properly.

There are two ways to do this:

First option is to install Jekyll and run jekyll serve in a folder where this repository was checked out.

Another option is to use github gem provided with the repo. To do this do the following:

Ensure that bundler is installed (gem install bundler should do; in case that doesn't work, try gem install bundler -v '1.17.3' as per this SO page.)

bundle install --path vendor/bundle

bundle exec jekyll serve

Troubleshooting

It can happen that you have older version of ruby installed in the system and

bundler install will fail. To fix this, you need to update ruby. If system update

is not an option, consider installing rbenv.

# Check rbenv homepage for install instructions on systems other than Mac OS X

brew installrbenv ruby-build

# Add rbenv to bash so that it loads every time you open a terminal

echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile

source ~/.bash_profile

# Install Ruby

rbenv install2.5.0

rbenv global 2.5.0

ruby -v

After this you can proceed as usual:

gem install bundler

bundle install --path vendor/bundle

bundle exec jekyll serve

Also, refer to the CONTRIBUTING.md file.

Origins

This is a fork of the Common Lisp Cookbook, moved from SourceForge.

This project brings the Common Lisp Cookbook to this decade. Development of the original Common Lisp Cookbook in SourceForge halted in 2007. In the meantime, a lot has happened in the land of Common Lisp. Tools and implementations have been improving, and some have fallen out of favor. Most notably, Common Lisp users can now benefit from the Quicklisp library manager.

The main goal is making the Cookbook more modern and more accessible in addition to updating and expanding the content.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值