BuildYourOwnLisp

所属分类:C/C++基础
开发工具:HTML
文件大小:9766KB
下载次数:0
上传日期:2022-07-25 19:58:21
上 传 者sh-1993
说明:  学习C并在1000行代码内构建自己的编程语言!
(Learn C and build your own programming language in under 1000 lines of code!)

文件列表:
404.html (345, 2023-09-18)
LICENSE.md (127, 2023-09-18)
appendix_a_hand_rolled_parser.html (20104, 2023-09-18)
chapter10_q_expressions.html (20043, 2023-09-18)
chapter11_variables.html (32113, 2023-09-18)
chapter12_functions.html (32681, 2023-09-18)
chapter13_conditionals.html (11996, 2023-09-18)
chapter14_strings.html (18451, 2023-09-18)
chapter15_standard_library.html (17610, 2023-09-18)
chapter16_bonus_projects.html (13437, 2023-09-18)
chapter1_introduction.html (11064, 2023-09-18)
chapter2_installation.html (13588, 2023-09-18)
chapter3_basics.html (12467, 2023-09-18)
chapter4_interactive_prompt.html (17257, 2023-09-18)
chapter5_languages.html (15210, 2023-09-18)
chapter6_parsing.html (13251, 2023-09-18)
chapter7_evaluation.html (14397, 2023-09-18)
chapter8_error_handling.html (13970, 2023-09-18)
chapter9_s_expressions.html (34662, 2023-09-18)
contents.html (12933, 2023-09-18)
credits.html (10323, 2023-09-18)
download.html (435, 2023-09-18)
faq.html (5960, 2023-09-18)
invalid.html (400, 2023-09-18)
lispy.py (9031, 2023-09-18)
mpc_lisp.wsgi (103, 2023-09-18)
purchase.html (2887, 2023-09-18)
source.tar.gz (278016, 2023-09-18)
splash.html (3005, 2023-09-18)
src (0, 2023-09-18)
src\LICENSE.md (1462, 2023-09-18)
src\Makefile (607, 2023-09-18)
src\conditionals.c (20772, 2023-09-18)
src\doge_code.c (666, 2023-09-18)
src\doge_grammar.c (795, 2023-09-18)
src\error_handling.c (3936, 2023-09-18)
... ...

Build your own Lisp =================== http://buildyourownlisp.com About ----- This is the HTML and website code for the book of the above title. Corrections / Edits / Contributions Welcome `contact@theorangeduck.com` Book contents licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 http://creativecommons.org/licenses/by-nc-sa/3.0/ Source code licensed under BSD3 https://opensource.org/license/bsd-3-clause/ Running ------- You can't just browse the raw HTML files of the site. The links wont work, and it wont have a proper header or footer. If you want to run this website locally, you should install Flask and run the website as follows. ``` pip install Flask cachelib python lispy.py ``` You can specify port via `$PORT`. ``` env PORT=5000 python lispy.py ``` This will serve the site locally at `http://127.0.0.1:5000/`. You can browse it from there.

近期下载者

相关文件


收藏者