Skip to content
Open
Changes from all 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
40 changes: 39 additions & 1 deletion extensions/lem-dashboard/default-dashboard.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,45 @@
"(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!"
"[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!"
"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!"
"Price Cut: 100% Off"
"Technically Correct!"
"(eq 'p 'np) ?"
"NP Complete!"
"Contains no High Fructose Corn Syrup"
"GDPR Compliant"
"(tagbody 10 (print :hello) (sleep 1) 20 (go 10))"
"Over 120 Contributors!"
"Made in Japan!"
"Symbolic!"))

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