#Emacs #lisp: Unicode Representation in String
http://ergoemacs.org/emacs/elisp_unicode_representation_in_string.html
Notices tagged with lisp, page 3
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 21-Feb-2018 18:24:09 EST ∑ XahLee -
∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 19-Feb-2018 23:14:58 EST ∑ XahLee #math free text book.
Functional Geometry, 2013, Sussman, Wisdom, Farr.
http://xahlee.info/math/functional_geometry_2013_sussman.html
Sussman is the same guy who wrote SICP #lisp #racketlang
#haskell -
∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 18-Feb-2018 20:01:36 EST ∑ XahLee in my field, i face the same problem the brave guys are. That is, i write tutorial for elite hackers eg #haskell #lisp, #emacs and open source fsf kinda fringes. Then, these fringes, often kept bugging/bitching/pushing for more fringe, so that whatever u do remain fringe.
-
Bob Jonkman (bobjonkmangreen@gs.jonkman.ca)'s status on Thursday, 15-Feb-2018 17:29:35 EST Bob Jonkman When I read "expensive brackets" I was sure it was a message about #Lisp -
∑ XahLee (xahlee@noagendasocial.com)'s status on Thursday, 15-Feb-2018 15:09:35 EST ∑ XahLee Meaning of “Object” in Computer Languages
http://xahlee.info/comp/meaning_of_object_in_computer_languages.html
#java #lisp #python #JavaScript #c -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 07-Feb-2018 22:07:12 EST ∑ XahLee Ontology of Programing Language
http://xahlee.info/comp/programing_ontology.html
#haskell #ocaml #lisp #python #ruby -
∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 05-Feb-2018 14:15:26 EST ∑ XahLee Why #Clojure #lisp is Dense
http://xahlee.info/comp/clojure_is_hard_to_learn.html -
∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 05-Feb-2018 13:54:13 EST ∑ XahLee i'd have to say, #clojure #lisp has failed, due to, complex intermix with java/jvm, and the clojure community as a cult refusing to listen. While, #golang , @kotlin are thriving. The #kotlin actually replaces clojure, with 10x more users.
it's funny, that the clojure head Rich Hickey emphasize simplicity, and makes a fuzz about simple may appear hard. But that's a tinted glass look of simplicity. Clojure, the way it forces intermix with java, is more complex than ANY programing language.
-
Tuukka (tuturto@mastodon.social)'s status on Saturday, 03-Feb-2018 23:09:18 EST Tuukka @m455 current release doesn't have let and you have to use setv instead. Good news is that the next release will have let again. https://engineersjourney.wordpress.com/2017/09/17/sneak-peek-of-possible-future/ has a bit of info about it. PR has been merged and next release should have this.
#lisp #hy -
∑ XahLee (xahlee@noagendasocial.com)'s status on Saturday, 03-Feb-2018 20:33:25 EST ∑ XahLee coding in #javascript is like being fucked in the ass.
no other lang i've ever coded is like that. Not even perl or bash. Not #clojure #java #python #ruby #lisp #php #mathematica .
Fuck javascript
there are some idiots, e.g. a guy from #racketlang group who wrote a book, saying that syntax is not import. That's the most idiotic claim in entirety of programing literature.
javascript sucks, primarily due to its syntax.
In conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 31-Jan-2018 02:16:57 EST ∑ XahLee Programing: “var x = y or 1” Considered Harmful
http://xahlee.info/comp/programing_or_considered_harmful.html
#python #ruby #JavaScript #haskell #lispIn conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Tuesday, 30-Jan-2018 16:18:00 EST ∑ XahLee three programing exercises, from easy to hard
code it in #python #perl #lisp #haskell before seeing answer1, Script to Check HTML File Size
http://xahlee.info/python/check_html_size.html2, Web Crawler
http://xahlee.info/python/python_simple_web_crawler.html3, Construct a Tree Given Its Edges
http://xahlee.info/python/python_construct_tree_from_edge.htmlIn conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Thursday, 25-Jan-2018 00:52:33 EST ∑ XahLee What Does it Mean When a Programing Language Claims “Whitespace is Insignificant”?
http://xahlee.info/comp/whitespace_in_programing_language.html
#haskell #ruby #lispIn conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 24-Jan-2018 02:48:26 EST ∑ XahLee #emacs #lisp Font Lock Mode Basics
http://ergoemacs.org/emacs/elisp_font_lock_mode.htmlIn conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 14-Jan-2018 06:39:37 EST ∑ XahLee it seems, in older languages up to 2000, the concept of operator is same as math. But now, there's no clear definition of what's “operator”.
see
http://xahlee.info/math/function_and_operators.html
#lisp #haskell #pythonIn conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 10-Jan-2018 17:24:39 EST ∑ XahLee To many programer idiots, when they learned about x = y or 3, they think, “omg, this is cool!”, cuz it is not intuitive and short, to them, they learned a fancy trick! And they proceed to tell everyone to use it as “idiom”. #python #JavaScript #haskell #lisp
In conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 10-Jan-2018 17:12:17 EST ∑ XahLee updated.
Programing: “or” Considered Harmful. The Short-Circuit Evaluation problem.
http://xahlee.info/comp/programing_or_considered_harmful.html
#haskell #lisp #pythonIn conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Tuesday, 09-Jan-2018 21:18:23 EST ∑ XahLee Programing: “or” Considered Harmful
http://xahlee.info/comp/programing_or_considered_harmful.html
#haskell #lisp #pythonIn conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Friday, 05-Jan-2018 23:58:18 EST ∑ XahLee Learn #Python in 1 Hour
http://xahlee.info/python/python_basics.htmllearn #Linux commands in 1 hour
http://xahlee.info/linux/linux_common_commands.htmllearn #JavaScript in 1 hour
http://xahlee.info/js/javascript_basics.htmlLearn Emacs #Lisp in 1 hour
http://ergoemacs.org/emacs/elisp.htmlIn conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Tuesday, 02-Jan-2018 17:02:10 EST ∑ XahLee Symbolics Space-Cadet Keyboard
http://xahlee.info/kbd/space-cadet_keyboard.html
thumb keys 👍 👎 and ☜ ☞ 👈 👉 #lisp #emacsIn conversation from noagendasocial.com permalink