Discover and read the best of Twitter Threads about #LISP

Most recents (6)

1 of 11/  THREAD: Body Language Analysis No. 4700: Donald Trump's Lisp of Fear (and other Tells) — Nonverbal and Emotional Intelligence #BodyLanguage #BodyLanguageExpert #EmotionalIntelligence #BehaviorAnalysis #NonverbalCommunication #DonaldTrump #LipCurl #Lisp #Fear #LispOfFear Image
2 of 11/ As fear crescendos, we may see any number of multiple nonverbal tells. A cluster of behavior Donald Trump displays when he's scared & feels backed in a corner includes:

• Tightening of jaw
• Extending jaw forward (mild jaw jut)
• Flaring Lips outward (aka a Lip Curl)
3 of 11/  Donald Trump also often Lips slightly when he's frightened. Did you hear it?

It's crucial to differentiate Trump's Fear-Lisp from the separate and distinct phenomenon when he lisps on occasions when his oral prosthesis temporarily loosens.
Read 11 tweets
@boblautenbach @Alan_L_Lovejoy @Ryu_Zoku Yes Chris Lattner is very interesting, been following his #LLVM and #SWIFT work.

1/
@boblautenbach @Alan_L_Lovejoy @Ryu_Zoku Actually #ZokuTalk adopts the portion of SWIFT #EBNF for #Unicode as they seems have done good job on that, as well as parts of the EBNF for numerics such as "1_234.00" to expand privative data types entry.

\2
@boblautenbach @Alan_L_Lovejoy @Ryu_Zoku Borrowing C & Assembly data types: 0b0011, 0xFF, keeping 16r0A, plus many others.

Actually the numeric formats are one of more complicated part of the #EBNF of #ZokuTalk and the only non-#MOBS (#Messages #Objects #Block #Syntax) part of the evolved syntax.

\3
Read 10 tweets
#Julia言語#Lisp のマクロは難しいです。

そういう難しいものについては、

* プログラミングの専門家以外は使えなくてもよい

という考え方もありだと思う。しかし、

* 必ずしもそうとは言えない場合もある

と私は考えています。例えば、特殊函数の専門家の数学者が~続く
#Julia言語 例えば、特殊函数論が専門の数学者が自分が愛している有用な特殊函数の数値計算ライブラリを作って配布したいと思ったとします。

特殊函数の数値計算は多項式や有理函数による近似に帰着する場合が多く、「係数をべた書きしたホーナー法」で書くと計算が効率的になります。続く
#Julia言語 続き。しかし、そのようなコードを数学者に直接書かせることは効率的ではありません。

数学者が知っている係数の計算法に従って係数が自動的に計算され、それが「係数をべた書きしたホーナー法」のコードに自動変換される仕組みが好ましいです。

まさにそれをやるのがマクロです!
Read 12 tweets
#Julia言語 リンク先のリンク先のブログ記事に言及している人が多い!私が書いたんじゃないけど、なんかうれしい。

細かいケアレスミスがあってもそういうのは本質ではなくて、おもろいネタで長文を書きまくっていて楽しそうな点が秀逸!

JuliaとLispのマクロの話がウケるというのもすごい話!
#Julia言語 Juliaのマクロを理解するために役に立つ情報(ネタ)

S式風のタプル式

(:call, :sin, (:call, ;/, π, 6))

をJuliaの式

Expr(:call, :sin, Expr(:call, ;/, π, 6))

に変換して実行するマクロ。これは :(sin(π/6)) に等しい。

この辺の知識があるとJuliaのマクロを理解し易くなる。
Read 39 tweets
#Julia言語

@ insert_before_after function f(x)
A
end begin
B
end begin
C
end



function f(x)
begin B end
begin A end
begin C end
end

になる。単にそれだけのマクロ。

gist.github.com/genkuroki/fe9c…
#Julia言語 スクショ
Read 21 tweets
I've been thinking about roads not taken lately, wondering whether we should revisit some of them...
What if windows could be any shape? It's nice when all the graphics are resolution-independent vector drawings, each running in their own threaded Postscript runtime too.
How about popup windows as persistent tear-offs instead of ephemeral floaters?
Read 19 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!