Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
shakna
82 days ago
|
parent
|
context
|
favorite
| on:
LispE: Lisp Interpreter with Pattern Programming a...
SRFI-105 is an infix syntax that composes well, and is supported by most Schemes.
Its enabled by default with Guile, for example.
(+ 1 2 {10 * 2} 6)
https://srfi.schemers.org/srfi-105/
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Its enabled by default with Guile, for example.
https://srfi.schemers.org/srfi-105/