You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
works via the [cl-lsp](https://github.com/ailisp/cl-lsp) language server and
@@ -117,6 +135,12 @@ supports:
117
135
118
136
<imgsrc="assets/commonlisp-vscode.png"style="width: 800px"alt="The VSCode extension with a Lisp REPL, code completion and a mini-map."/>
119
137
138
+
139
+
<!-- pdf-include-start
140
+

141
+
pdf-include-end -->
142
+
143
+
120
144
### Using VSCode with Alive
121
145
122
146
See [Using VSCode with Alive](vscode-alive.html).
@@ -146,6 +170,10 @@ At the time of writing, for its version 0.4, it supports:
146
170
147
171
<imgsrc="assets/jetbrains-slt.png"style="width: 800px"alt="SLT, a good Common Lisp plugin for JetBrains IDEs."/>
148
172
173
+
<!-- pdf-include-start
174
+

175
+
pdf-include-end -->
176
+
149
177
150
178
## Eclipse
151
179
@@ -156,7 +184,11 @@ Available for Windows, Mac and Linux, built-in SBCL and CLISP support
156
184
and possibility to connect other environments, interactive debugger
157
185
with restarts, macro-expansion, parenthesis matching,…
158
186
159
-
<imgsrc="dandelion.png"style="width: 800px"alt="Dandelion, a simple Common Lisp plugin for Eclipse"/>
187
+
<imgsrc="assets/dandelion.png"style="width: 800px"alt="Dandelion, a simple Common Lisp plugin for Eclipse"/>
188
+
189
+
<!-- pdf-include-start
190
+

191
+
pdf-include-end -->
160
192
161
193
## Lem
162
194
@@ -169,6 +201,10 @@ Python, Go, Rust, JS, Nim, Scheme, HTML, CSS, plus a directory mode, a **vim lay
169
201
<img src="assets/lem-sdl2.png"
170
202
style="width: 800px" alt="Lem running in a SDL2 GUI."/>
171
203
204
+
<!-- pdf-include-start
205
+

206
+
pdf-include-end -->
207
+
172
208
It can be started as a REPL right away in the terminal. Run it with:
173
209
174
210
lem --eval "(lem-lisp-mode:start-lisp-repl t)"
@@ -184,6 +220,11 @@ There is more:
184
220
185
221
<imgsrc="assets/lem1.png"style="width: 800px"title="Lem's REPL"alt="Lem running in the terminal with the Lisp REPL full screen, showing a completion window."/>
186
222
223
+
<!-- pdf-include-start
224
+

225
+
pdf-include-end -->
226
+
227
+
187
228
## Sublime Text
188
229
189
230
[Sublime Text](http://www.sublimetext.com/3) has now good support for
@@ -201,6 +242,11 @@ inspection.
201
242
<img src="assets/editor-sublime.png"
202
243
style="width: 800px" alt="A Lisp REPL in Sublime Text"/>
203
244
245
+
<!-- pdf-include-start
246
+

247
+
pdf-include-end -->
248
+
249
+
204
250
## LispWorks (proprietary)
205
251
206
252
[LispWorks](http://www.lispworks.com/) is a Common Lisp implementation that
@@ -212,6 +258,10 @@ You can [read our LispWorks review here](lispworks.html).
212
258
213
259
<imgsrc="assets/lispworks/two-sided-view.png"style="width: 800px"title="The LispWorks IDE"alt="The LispWorks listener and the editor in the Mate desktop environment"/>
214
260
261
+
<!-- pdf-include-start
262
+

263
+
pdf-include-end -->
264
+
215
265
216
266
## Geany (experimental)
217
267
@@ -222,6 +272,10 @@ highlighting of errors and warnings, a REPL, and a project skeleton creator.
@@ -233,6 +287,10 @@ You can [see a live Jupyter notebook written in Lisp here](https://nbviewer.jupy
233
287
<img src="assets/jupyterpreview.png"
234
288
style="width: 800px" alt="A Jupyter notebook running a Common Lisp kernel, exploring the Lorentz system of differential equations, showing a colorful 3D plot with interactive controls (note: the code in the screenshot is actually not Lisp!)"/>
235
289
290
+
<!-- pdf-include-start
291
+

292
+
pdf-include-end -->
293
+
236
294
There is also [Darkmatter](https://github.com/tamamu/darkmatter), a notebook-style
237
295
Common Lisp environment, built in Common Lisp.
238
296
@@ -248,6 +306,10 @@ You might also like [sbcli](https://github.com/hellerve/sbcli), an even simpler
248
306
<img src="assets/cl-repl.png"
249
307
style="width: 500px" alt="cl-repl 0.4.1 runnning in the terminal, built with Roswell, featuring multi-line prompts and syntax highlighting."/>
0 commit comments