https://github.com/miyako/4d-plugin-ecl
Use ECL (Embeddable Common-Lisp) in 4D.
https://github.com/miyako/4d-plugin-ecl
4d-plugin lisp
Last synced: about 1 year ago
JSON representation
Use ECL (Embeddable Common-Lisp) in 4D.
- Host: GitHub
- URL: https://github.com/miyako/4d-plugin-ecl
- Owner: miyako
- License: mit
- Created: 2021-11-16T09:51:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T04:29:48.000Z (over 1 year ago)
- Last Synced: 2025-01-08T17:57:23.101Z (over 1 year ago)
- Topics: 4d-plugin, lisp
- Language: C
- Homepage:
- Size: 28.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/4DPlugin-JSON.cpp
Awesome Lists containing this project
README


[](LICENSE)

# 4d-plugin-ecl
Use [ECL (Embeddable Common-Lisp)](https://common-lisp.net/project/ecl/main.html) in 4D.
### Usage
```4d
$lisp:="(format t \"こんにちは せかい\")\")"
$status:=lisp ($lisp)
```
#### 参考記事
* [fib_table.h throws a precompiler error](https://gitlab.com/embeddable-common-lisp/ecl/-/issues/213)
* [Windows10でECLをビルド](https://qiita.com/NOEU/items/3a6ad5405a8cf5a66741)
### Similar projects
* https://github.com/miyako/4d-plugin-script
### Next
* https://github.com/ChaiScript/ChaiScript