-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
40 lines (22 loc) · 704 Bytes
/
README
File metadata and controls
40 lines (22 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Embeddable Common Lisp Example
==============================
1. Embeddable Common Lisp: https://common-lisp.net/project/ecl/
2. Binary
- vc90: VS2008
- vc142: VS2019
- vc143: VS2022
3. Copy ecl.dll and encodings direcory to output directory.
EmbeddingExample
----------------
1. C/C++ embedding example project
EmbeddableCommonLispNet
-----------------------
1. .NET binding project
2. You need VS2022 with .NET Core SDK and C++/CLI support
EmbeddableCommonLispNetSandbox
------------------------------
1. .NET example project for EmbeddableCommonLispNet
WumpusExample
-------------
0. Wumpus game from 'The Land of the Lisp'
1. .NET WPF example project for EmbeddableCommonLispNet