DORSETRIGS
Home

lisp (12 post)


posts by category not found!

Merging symbols in common lisp

Merging Symbols in Common Lisp A Comprehensive Guide Merging symbols in Common Lisp can seem like a complex task especially for those new to the language This a

2 min read 07-10-2024 31
Merging symbols in common lisp
Merging symbols in common lisp

Convert "EngMath" (Ontology for Mathematics) from lisp to OWL

Bridging the Gap Converting Eng Math from Lisp to OWL for Enhanced Accessibility and Interoperability The field of mathematics is ripe with complex concepts and

2 min read 06-10-2024 52
Convert "EngMath" (Ontology for Mathematics) from lisp to OWL
Convert "EngMath" (Ontology for Mathematics) from lisp to OWL

The reason for strings instead of symbols

The Reason for Using Strings Instead of Symbols in Programming In programming the choice between using strings and symbols can significantly impact your codes r

2 min read 26-09-2024 64
The reason for strings instead of symbols
The reason for strings instead of symbols

Error, the sbcl repl is not recognizing the cl-lsp package even after configuring quicklisp

Troubleshooting CL LSP Package Recognition in SBCL REPL If you re working with the SBCL Steel Bank Common Lisp REPL Read Eval Print Loop and encounter the error

3 min read 21-09-2024 57
Error, the sbcl repl is not recognizing the cl-lsp package even after configuring quicklisp
Error, the sbcl repl is not recognizing the cl-lsp package even after configuring quicklisp

Interlisp Medley: LITATOM 'streams' no longer supported

Interlisp Medley Understanding the Deactivation of LITATOM Streams Interlisp Medley has played a crucial role in the history of programming languages particular

2 min read 21-09-2024 50
Interlisp Medley: LITATOM 'streams' no longer supported
Interlisp Medley: LITATOM 'streams' no longer supported

Read as much from stdin as possible

Efficiently Reading from Standard Input stdin in Programming In programming especially when dealing with console applications or command line interfaces reading

2 min read 15-09-2024 74
Read as much from stdin as possible
Read as much from stdin as possible

Mapping a function over two lists in elisp

Combining Lists into an Alist in Emacs Lisp Emacs Lisp provides a slightly different approach to combining lists compared to Common Lisp While mapcar in Emacs L

2 min read 07-09-2024 109
Mapping a function over two lists in elisp
Mapping a function over two lists in elisp

Text is read only?

Text is Read Only in Emacs Slime REPL Troubleshooting and Solutions Have you ever been working happily in Emacs only to have your Slime REPL the interactive Com

2 min read 06-09-2024 56
Text is read only?
Text is read only?

What is an S-Expression

Unlocking the Power of S Expressions A Simple Explanation S expressions short for symbolic expressions are a fundamental building block in the Lisp programming

2 min read 03-09-2024 53
What is an S-Expression
What is an S-Expression

Write text I/O stream to file with Interlisp Medley

Writing Text to Files in Interlisp Medley A Practical Guide Interlisp Medley despite its age remains a powerful programming environment with a rich history Whil

2 min read 02-09-2024 50
Write text I/O stream to file with Interlisp Medley
Write text I/O stream to file with Interlisp Medley

Why does Scheme use the procedural representation of pairs?

The Curious Case of Procedural Pairs in Scheme Why Efficiency Matters The world of programming languages is full of interesting concepts and Scheme a dialect of

2 min read 31-08-2024 82
Why does Scheme use the procedural representation of pairs?
Why does Scheme use the procedural representation of pairs?

How to use symbolic expressions produced by a function to define another function?

Dynamically Creating Functions from Symbolic Expressions in Scheme This article explores how to generate functions in Scheme from symbolic expressions produced

2 min read 29-08-2024 85
How to use symbolic expressions produced by a function to define another function?
How to use symbolic expressions produced by a function to define another function?