Retourner au contenu associé (journal : Retour d'expérience avec le langage J)
Posté par Nicolas Boulay (site web personnel) le 24 août 2013 à 14:15. En réponse au journal Retour d'expérience avec le langage J. Évalué à 0.
"It helps the writer (and reader) think about composing functions (high level), rather than shuffling data (low level). "
Le codeur moyen en est parfaitement incapable.
f x = x + 1
== f = (+ 1)
Franchement, cela rajoute quoi comme sémantique ? C'est exactement la même chose.
"La première sécurité est la liberté"
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: euh?!
Posté par Nicolas Boulay (site web personnel) . En réponse au journal Retour d'expérience avec le langage J. Évalué à 0.
"It helps the writer (and reader) think about composing functions (high level), rather than shuffling data (low level). "
Le codeur moyen en est parfaitement incapable.
f x = x + 1
==
f = (+ 1)
Franchement, cela rajoute quoi comme sémantique ? C'est exactement la même chose.
"La première sécurité est la liberté"