Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 36 additions & 1 deletion extensions/lem-dashboard/default-dashboard.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,42 @@
"(setf productivity 'high)"
"<M-x> load-library <RET> tetris"
"Lem Editor Modules? Lisp EMacs? Lem's Not Emacs?"
"(cons 'fun 'programming)"))
"(cons 'fun 'programming)"
"Update Instance for Redefined Class"
"Also try Interlisp!"
Comment thread
VisenDev marked this conversation as resolved.
Outdated
"[L]ots of [I]rritating [S]uperfluous [P]arenthesis"
"(♡ (I) (Lisp))"
"Made with secret alien technology!"
"A monad is just a monoid in the category of endofunctors."
"Rest in Peace Dr. John McCarthy, 1927-2011"
"(> (SExpr) (XML)) -> t"
"[G]nu's [N]ot [U]nix!"
"I’d just like to interject for a moment"
"Ed, man! !man ed"
"Help poor children in Uganda! kuwasha.net"
"Licensed under MIT"
"Also Try Vim!"
Comment thread
VisenDev marked this conversation as resolved.
Outdated
"ED IS THE STANDARD UNIX TEXT EDITOR"
"(uiop:shell-command '(\"cowsay\" \"Hello\"))"
"Common Lisp: Standardized Since 1994!"
"(hackable-p 'lem) -> t"
"Written in the Programmable Programming Language!"
"As Seen On IRC!"
"There are 10 kinds of people, those who understand binary and those who don't."
"Turing Complete!"
"Free your Mallocs!"
"#include <stdio.h>"
"(print \"Hello World\")"
"The parenthesis ate my homework."
"Fat Free!"
"Gluten Free!"
"Fully Definitely 100% Bug Free"
"Price Cut: 100% Off"
"Technically Correct!"
"(eq 'p 'np) ?"
"NP Complete!"
"Contains no High Fructose Corn Syrup"
"GDPR Compliant"))

(defvar *default-splash* '("
-----------------------
Expand Down
Loading