golisp
A Scheme-flavored Lisp implemented in Go.
파일 탐색기
최종 버전 다운로드 (.zip)- bench.lsp
- linting.lsp
- profiling.lsp
- streams.lsp
- testing.lsp
- golisp.go
- concurrent.lsp
- deriv.lsp
- alist_test.lsp
- begin_test.lsp
- binary_test.lsp
- bytearray_manipulation_test.lsp
- case_test.lsp
- chain_tap_test.lsp
- channel_test.lsp
- concurrency_test.lsp
- cond_test.lsp
- copy_test.lsp
- define_test.lsp
- do_test.lsp
- environment_test.lsp
- equality_test.lsp
- filter_test.lsp
- float_test.lsp
- frame_test.lsp
- gensym_test.lsp
- if_test.lsp
- interval_test.lsp
- lambda_test.lsp
- let_test.lsp
- lint_test.lsp
- list_access_test.lsp
- list_manipulation_test.lsp
- list_set_test.lsp
- macro_test.lsp
- map_test.lsp
- math_test.lsp
- memq_test.lsp
- nil_test.lsp
- reduce_test.lsp
- scope_test.lsp
- set_test.lsp
- string_test.lsp
- system_test.lsp
- type_test.lsp
- .gitignore
- binding.go
- builtins_test.go
- bytearray_builtins_test.go
- conscell_test.go
- data.go
- eval_test.go
- fib-10-profile.dat
- float_math_test.go
- float_test.go
- frame.go
- function.go
- get_go_deps.rb
- go.mod
- go.sum
- Godeps
- goreadline.go
- goreadline_windows.go
- jenkins-mac-build.sh
- json_frame_support.go
- json_support.go
- json_support_test.go
- LICENSE
- lisp_test.go
- list_access.go
- logging.go
- macro.go
- macros_test.go
- mapping.dat
- number_test.go
- object_test.go
- parser.go
- parsing_test.go
- prim_alist.go
- prim_binary.go
- prim_bytearray.go
- prim_channel.go
- prim_concurrency.go
- prim_debug.go
- prim_environment.go
- prim_frame.go
- prim_io.go
- prim_list_access.go
- prim_list_functions.go
- prim_list_manipulation.go
- prim_list_set.go
- prim_macros.go
- prim_math.go
- prim_mutators.go
- prim_relative_logical.go
- prim_setup.go
- prim_special_forms.go
- prim_string.go
- prim_system.go
- prim_type_predicates.go
- primitive_function.go
- printing_test.go
- profiling.go
- README.md
- repl.go
- string_test.go
- symbol_table_frame.go
- symbol_table_frame_test.go
- tokenizer.go
- tokenizer_test.go
- type_test.go
- util.go
- util_test.go
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/SteelSeries/golisp
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd golisp
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
