No features have been listed yet.
Common Lisp might be a bit more popular than PicoLisp. We know about 11 links to it since March 2021 and only 10 links to PicoLisp. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
The yin-yang logo with lambdas was designed by Guy Steele, and he has granted permission for its use to Common Lisp Foundation (the entity which runs common-lisp.net website and the gitlab.common-lisp.net repo). Source: about 2 years ago
A wiki and pm tool I personally like a lot, simple, lightweight, is trac but there is no free hosting available — but I could work on hosting on AWS for instance. MoinMoin is also a good and simple wiki. You are using Medium a lot, which could also be a sensible option but it is more a publishing platform than a collaborative platform. Gitlab is also a popular choice I believe and we could use the instance on... Source: almost 3 years ago
Does anybody have information how the content on common-lisp.net is handled? Source: about 3 years ago
Any insight into the current down-time for common-lisp.net? Source: about 3 years ago
Python seems like a popular option these days and it is different enough from C++ in that it may teach you to think about programming in a different way. You could also try a functional language such as Lisp, Scheme) or Haskell -- they too will make you think differently about programming. Source: over 3 years ago
Gotta admit, the author has a nice sense of eDSL https://picolisp.com/wiki/?taskDB. - Source: Hacker News / 3 months ago
It doesn't grow from cons cells, which some people think is crucial for an authentic Lisp. They also tend to exclude Clojure. I think maybe the Janet designers don't want to get bogged down in the language wars, and don't really care whether lispers enjoy their language or not. A language with Lisp in the name and cons cells that a purist might argue isn't an authentic Lisp is Picolisp, e.g. Because it has FEXPR:s... - Source: Hacker News / 3 months ago
Build your Apps in PicoLisp without an Android SDK "PilBox (`PicoLisp Box') is a generic Android App which allows to write Apps in pure PicoLisp, without touching Java, and without the need of an Android SDK. "You do not need to root your device. And - if you prefer - you do not need a separate development machine (PC or laptop): All can be done in a terminal on the device, and even in a Lisp REPL while the App is... - Source: Hacker News / 11 months ago
A similar thing happened in 2011 when the picolisp project published a 'ticker', something like a markov chain generating pages on the fly. https://picolisp.com/wiki/?ticker It's a nice type of honeypot. - Source: Hacker News / about 1 year ago
I love(d) PicoLisp. I have run Windows, Linux (many flavors on many machines), and MacOS, but my working OS is Windows, and I could not get the x64 PicoLisp running on Windows back then without using Cygwin or MinGW. I can run it on WSL[1], however, it still requires a POSIX environment. Is there a way to compile a Windows binary without the POSIX required for a working PicoLisp environment? I know it switched to... - Source: Hacker News / almost 2 years ago
C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation
Racket Lang - Racket (formerly PLT Scheme) is a modern programming language in the Lisp/Scheme family, suitable...
D (Programming Language) - D is a language with C-like syntax and static typing.
Chicken - A portable and efficient cross-platform Scheme implementation that compiles to C.
Go Programming Language - Go, also called golang, is a programming language initially developed at Google in 2007 by Robert...
Guile - Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language for the GNU operating system.