orangeduck / BuildYourOwnLisp

Learn C and build your own programming language in under 1000 lines of code!
http://www.buildyourownlisp.com/
Other
2.9k stars 394 forks source link

add .html in link #53

Closed tarukosu closed 10 years ago

tarukosu commented 10 years ago

Need ".html" in link when using Firefox.

orangeduck commented 10 years ago

Hey,

This change will let you follow links when you are browsing the site locally, but it will break the online site.

If you want to browse this book locally you need to either save it using a browsers save feature, or you need to download this repo, and run it using python's flask with lispy.py. You shouldn't just browse the files from the repo on their own for the above reason. The links wont work and it doesn't include a proper header and footer.

tarukosu commented 10 years ago

Thank you for your reply.

I didn't know nice web site is offered. I like Lisp and I'm interested in making compiler. So your site would be very helpful for me.

Thank you!

orangeduck commented 10 years ago

No problem. I hope you enjoy the book :)