This is a Korean Scheme Interpreter and the VSCode Extension that provides it.
It gives you to scheme programming in Korean.
Interpreter is provided in two way usages. You can type kscheme and use this as an Interpreter. If you want to interpreting the file, you can type kschme [filename] .
VSCode Extension support snippet and syntax highlighting.(But It needs to be revised.)
Korean Keyword
English
Korean
define
정의
lambda
람다
if
만약
quote
쿼트
cons
쌍쌍
car
머리
cdr
꼬리
How to Run
Search k-scheme at VSCode Marketplace and Install it.