Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
#
commonlisp
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Refactoring in Common Lisp (and VS Python)
vindarel
vindarel
vindarel
Follow
Feb 1
Refactoring in Common Lisp (and VS Python)
#
lisp
#
commonlisp
#
refactoring
Comments
Add Comment
2 min read
Common Lisp HTML templates: using Djula in .lisp files
vindarel
vindarel
vindarel
Follow
Jan 2
Common Lisp HTML templates: using Djula in .lisp files
#
lisp
#
commonlisp
Comments
Add Comment
1 min read
Advent of Code: alexandria's map-permutations was perfect for day 08. Common Lisp tip.
vindarel
vindarel
vindarel
Follow
Dec 9 '24
Advent of Code: alexandria's map-permutations was perfect for day 08. Common Lisp tip.
#
lisp
#
commonlisp
#
adventofcode
3
reactions
Comments
2
comments
2 min read
FTP and SFTP clients for Common Lisp
vindarel
vindarel
vindarel
Follow
Sep 28 '24
FTP and SFTP clients for Common Lisp
#
lisp
#
commonlisp
#
sftp
1
reaction
Comments
Add Comment
2 min read
Debug with CommonLisp
CoffeeBeagle
CoffeeBeagle
CoffeeBeagle
Follow
Aug 25 '24
Debug with CommonLisp
#
commonlisp
1
reaction
Comments
Add Comment
1 min read
Common Lisp with batteries included: CIEL v0.2 (aka fast scripting with useful libraries)
vindarel
vindarel
vindarel
Follow
Aug 30 '24
Common Lisp with batteries included: CIEL v0.2 (aka fast scripting with useful libraries)
#
lisp
#
commonlisp
#
softwaredevelopment
4
reactions
Comments
Add Comment
1 min read
Make environment to develop commonlisp with NeoVim
CoffeeBeagle
CoffeeBeagle
CoffeeBeagle
Follow
Aug 25 '24
Make environment to develop commonlisp with NeoVim
#
commonlisp
#
neovim
1
reaction
Comments
Add Comment
2 min read
Debugging Common Lisp: "I feel so much faster and free"
vindarel
vindarel
vindarel
Follow
Aug 19 '24
Debugging Common Lisp: "I feel so much faster and free"
#
lisp
#
commonlisp
#
debugging
Comments
Add Comment
2 min read
Common Lisp's groupBy is Serapeum:assort
vindarel
vindarel
vindarel
Follow
Jul 16 '24
Common Lisp's groupBy is Serapeum:assort
#
lisp
#
commonlisp
1
reaction
Comments
Add Comment
3 min read
Common Lisp VS C: a testimony
vindarel
vindarel
vindarel
Follow
Jul 8 '24
Common Lisp VS C: a testimony
#
lisp
#
commonlisp
#
c
#
programming
6
reactions
Comments
Add Comment
1 min read
"YYYY-MM-DD" to Time in Common Lisp
muro
muro
muro
Follow
Mar 4 '24
"YYYY-MM-DD" to Time in Common Lisp
#
commonlisp
1
reaction
Comments
4
comments
3 min read
Form validation in Common Lisp
vindarel
vindarel
vindarel
Follow
Feb 28 '24
Form validation in Common Lisp
#
lisp
#
commonlisp
Comments
Add Comment
3 min read
Common Lisp GUI with Electron · quick how to
vindarel
vindarel
vindarel
Follow
Feb 21 '24
Common Lisp GUI with Electron · quick how to
#
lisp
#
electron
#
commonlisp
Comments
1
comment
3 min read
Throttle/debounce a Common Lisp function
vindarel
vindarel
vindarel
Follow
Feb 20 '24
Throttle/debounce a Common Lisp function
#
lisp
#
commonlisp
Comments
1
comment
2 min read
Do you need an IDE to write Common Lisp?
vindarel
vindarel
vindarel
Follow
Nov 23 '23
Do you need an IDE to write Common Lisp?
#
lisp
#
commonlisp
1
reaction
Comments
Add Comment
3 min read
Run visual commands like htop in Common Lisp
vindarel
vindarel
vindarel
Follow
Apr 14 '23
Run visual commands like htop in Common Lisp
#
lisp
#
commonlisp
1
reaction
Comments
Add Comment
1 min read
The worst mistake that I made in Common Lisp programming
Vee Satayamas
Vee Satayamas
Vee Satayamas
Follow
Jan 27 '23
The worst mistake that I made in Common Lisp programming
#
commonlisp
#
pitfall
#
destructive
1
reaction
Comments
Add Comment
1 min read
Eliminating CLOS for a 4.5x speedup
Phoebe Goldman
Phoebe Goldman
Phoebe Goldman
Follow
Dec 24 '22
Eliminating CLOS for a 4.5x speedup
#
lisp
#
commonlisp
#
optimization
#
performance
3
reactions
Comments
Add Comment
4 min read
Consuming HTTP endpoint using Common Lisp
Laci Kosco
Laci Kosco
Laci Kosco
Follow
Oct 17 '22
Consuming HTTP endpoint using Common Lisp
#
commonlisp
#
parallel
#
productivity
2
reactions
Comments
Add Comment
7 min read
HTTP over unix sockets in Common Lisp
Rajasegar Chandran
Rajasegar Chandran
Rajasegar Chandran
Follow
Sep 28 '22
HTTP over unix sockets in Common Lisp
#
commonlisp
#
lisp
#
unixsocket
#
socket
5
reactions
Comments
Add Comment
4 min read
Running docker commands from Common Lisp REPLs
Rajasegar Chandran
Rajasegar Chandran
Rajasegar Chandran
Follow
Sep 13 '22
Running docker commands from Common Lisp REPLs
#
commonlisp
#
lisp
#
docker
#
productivity
9
reactions
Comments
2
comments
4 min read
Mito: An ORM for Common Lisp
Rajasegar Chandran
Rajasegar Chandran
Rajasegar Chandran
Follow
Aug 22 '22
Mito: An ORM for Common Lisp
#
commonlisp
#
lisp
#
orm
#
database
8
reactions
Comments
2
comments
8 min read
Using TailwindCSS in Common Lisp web apps without Node.js tooling
Rajasegar Chandran
Rajasegar Chandran
Rajasegar Chandran
Follow
Aug 19 '22
Using TailwindCSS in Common Lisp web apps without Node.js tooling
#
commonlisp
#
lisp
#
tailwindcs
#
css
4
reactions
Comments
Add Comment
6 min read
Using SVGs in Common Lisp web apps with Djula
Rajasegar Chandran
Rajasegar Chandran
Rajasegar Chandran
Follow
Aug 8 '22
Using SVGs in Common Lisp web apps with Djula
#
commonlisp
#
lisp
#
svg
#
webdev
3
reactions
Comments
Add Comment
8 min read
Parallelly processing a stream in Common Lisp
Vee Satayamas
Vee Satayamas
Vee Satayamas
Follow
Aug 8 '22
Parallelly processing a stream in Common Lisp
#
commonlisp
#
lisp
#
stream
#
parallel
4
reactions
Comments
Add Comment
2 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account