Skip to content
Merged
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
26 changes: 25 additions & 1 deletion extensions/lem-dashboard/default-dashboard.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,31 @@
"(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"
"[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"
"I’d just like to interject for a moment"
"Ed, man! !man ed"
"Licensed under MIT"
"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!"
"(print \"Hello World\")"
"Technically Correct!"
"(eq 'p 'np)?"
"NP Complete!"
"(tagbody 10 (print :hello) (sleep 1) 20 (go 10))"
"Over 120 Contributors!"
"Symbolic!"
"Alien Technology Inside!"))

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