SlideShare a Scribd company logo
JavaScriptとLisp
var profile = {
   name : ‘Taiju Higashi’,
   twitter : ‘@taiju’,
   hatenaid : ‘id:jdg’,
  job : undefined
};
http://d.hatena.ne.jp/jdg/



http://higashizm.sakura.ne.jp/reg/



http://higashizm.sakura.ne.jp/jquery_first/
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
http://weblogs.mozillazine.org/roadmap/archives/2008/04/
popularity.html




http://d.hatena.ne.jp/yad-EL/20081002/p1
JavaScriptとLisp
“I was recruited to Netscape with the promise of "doing
Scheme" in the browser.




   Netscape
   Scheme        Lisp
"Whether that language should be Scheme was an open
question, but Scheme was the bait I went for in joining
Netscape.
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
http://www.crockford.com/javascript/javascript.html




http://d.hatena.ne.jp/brazil/20050829/1125321936
JavaScriptとLisp
"JavaScript's C-like syntax, including curly braces and the
clunky for statement, makes it appear to be an ordinary
procedural language. This is misleading because
JavaScript has more in common with functional
languages like Lisp or Scheme than with C or Java.




   JavaScript       C
"It has arrays instead of lists and objects instead of
property lists. Functions are first class. It has closures.
You get lambdas without having to balance all those
parens.




                          lambda    GET
JavaScriptとLisp
JavaScriptとLisp
http://www.crockford.com/javascript/little.html
JavaScriptとLisp
"JavaScript has much in common with Scheme. It is a
dynamic language. It has a flexible datatype (arrays) that
can easily simulate s-expressions. And most importantly,
functions are lambdas.



  JavaScript   Scheme    Lisp
                             S
           function=lambda
(define foo (lambda (a b c) (body)))
JavaScriptとLisp
(define foo (lambda (a b c) (body)))



var foo = function(a, b, c) {
   return body;
};
(foo a b c)
JavaScriptとLisp
(foo (a b c))



foo(a, b, c)
(cond (p1 e1)
      (p2 e2) ...
      (else en))
JavaScriptとLisp
(cond (p1 e1)
      (p2 e2) ...
      (else en))



p1 ? e1 :
p2 ? e2 :
en
(and p1 p2 ... pn)
(or p1 p2 ... pn)
JavaScriptとLisp
(and p1 p2 ... pn)
(or p1 p2 ... pn)



(p1 && p2 ... && pn)
(p1 || p2 ... || pn)
(quote (a b c))
(quote (a . (b . (c . nil))))
JavaScriptとLisp
(quote (a b c))
(quote (a . (b . (c . nil))))



[‘a’, [‘b’, [‘c’]]
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
JavaScriptとLisp
Ad

Recommended

Quines—Programming your way back to where you were
Quines—Programming your way back to where you were
Jean-Baptiste Mazon
 
15CS664 Python Question Bank-3
15CS664 Python Question Bank-3
Syed Mustafa
 
世界のどこかで楽しくRubyでお仕事するために
世界のどこかで楽しくRubyでお仕事するために
Kuniaki Igarashi
 
What's New in C# 6
What's New in C# 6
Mikhail Shcherbakov
 
[DevDay2018] How does JavaScript actually work? - By: Vi Nguyen, Senior Softw...
[DevDay2018] How does JavaScript actually work? - By: Vi Nguyen, Senior Softw...
DevDay Da Nang
 
Kotlin, a modern language for modern times
Kotlin, a modern language for modern times
Sergi Martínez
 
Gaucheで本を作る
Gaucheで本を作る
guest7a66b8
 
Los Angeles R users group - July 12 2011 - Part 2
Los Angeles R users group - July 12 2011 - Part 2
rusersla
 
Chapter 4 Keyboard in MATLAB Shortcuts
Chapter 4 Keyboard in MATLAB Shortcuts
Pranoti Doke
 
Ruby on Rails + MongoDB - FATEC Sorocaba
Ruby on Rails + MongoDB - FATEC Sorocaba
Lucas Renan
 
Let's Go-lang
Let's Go-lang
Luka Zakrajšek
 
Koha Cronjobs
Koha Cronjobs
ohiocore
 
Pari sekalaista diaa ja F#-Referenssejä
Pari sekalaista diaa ja F#-Referenssejä
Tuomas Hietanen
 
Go for Rubyists
Go for Rubyists
Luka Zakrajšek
 
Emscripten, asm.js, and billions of math ops
Emscripten, asm.js, and billions of math ops
Luka Zakrajšek
 
Vimエディタで行を削除する方法
Vimエディタで行を削除する方法
Taku Omi
 
Introduction To Lisp
Introduction To Lisp
kyleburton
 
Lisp講義1
Lisp講義1
stibear (stibear1996)
 
A era vargas larissa-proinfo
A era vargas larissa-proinfo
proinfopccurso
 
The use of Reference Management tools to improve Citation
The use of Reference Management tools to improve Citation
Nader Ale Ebrahim
 
Creativity and Social Support in Mental Health: Service Users' Perspectives, ...
Creativity and Social Support in Mental Health: Service Users' Perspectives, ...
Roberta McDonnell
 
Manual Capacitación Manejo del procesador de hojas de cálculo EC0108 Excel 20...
Manual Capacitación Manejo del procesador de hojas de cálculo EC0108 Excel 20...
Miguel Hernández Delgadillo
 
HR vs RECRUITING
HR vs RECRUITING
Ivan Kireev
 
How to Protect Your Business
How to Protect Your Business
BizSmart Select
 
Hippo - The Human Focused Digital Book
Hippo - The Human Focused Digital Book
Pete Trainor
 
Paro docente medida cautelar
Paro docente medida cautelar
Luis Federico Arias
 
Android全端末入場!!
Android全端末入場!!
youten (ようてん)
 
Síndrome metabólico en derechohabientes de 25 a 50 años de edad adscritos al ...
Síndrome metabólico en derechohabientes de 25 a 50 años de edad adscritos al ...
Conferencia Sindrome Metabolico
 
A Wearable for Better Hearing
A Wearable for Better Hearing
Ruth Bridger
 
York pgce modern languages a level
York pgce modern languages a level
Steve Smith
 

More Related Content

What's hot (7)

Chapter 4 Keyboard in MATLAB Shortcuts
Chapter 4 Keyboard in MATLAB Shortcuts
Pranoti Doke
 
Ruby on Rails + MongoDB - FATEC Sorocaba
Ruby on Rails + MongoDB - FATEC Sorocaba
Lucas Renan
 
Let's Go-lang
Let's Go-lang
Luka Zakrajšek
 
Koha Cronjobs
Koha Cronjobs
ohiocore
 
Pari sekalaista diaa ja F#-Referenssejä
Pari sekalaista diaa ja F#-Referenssejä
Tuomas Hietanen
 
Go for Rubyists
Go for Rubyists
Luka Zakrajšek
 
Emscripten, asm.js, and billions of math ops
Emscripten, asm.js, and billions of math ops
Luka Zakrajšek
 
Chapter 4 Keyboard in MATLAB Shortcuts
Chapter 4 Keyboard in MATLAB Shortcuts
Pranoti Doke
 
Ruby on Rails + MongoDB - FATEC Sorocaba
Ruby on Rails + MongoDB - FATEC Sorocaba
Lucas Renan
 
Koha Cronjobs
Koha Cronjobs
ohiocore
 
Pari sekalaista diaa ja F#-Referenssejä
Pari sekalaista diaa ja F#-Referenssejä
Tuomas Hietanen
 
Emscripten, asm.js, and billions of math ops
Emscripten, asm.js, and billions of math ops
Luka Zakrajšek
 

Viewers also liked (16)

Vimエディタで行を削除する方法
Vimエディタで行を削除する方法
Taku Omi
 
Introduction To Lisp
Introduction To Lisp
kyleburton
 
Lisp講義1
Lisp講義1
stibear (stibear1996)
 
A era vargas larissa-proinfo
A era vargas larissa-proinfo
proinfopccurso
 
The use of Reference Management tools to improve Citation
The use of Reference Management tools to improve Citation
Nader Ale Ebrahim
 
Creativity and Social Support in Mental Health: Service Users' Perspectives, ...
Creativity and Social Support in Mental Health: Service Users' Perspectives, ...
Roberta McDonnell
 
Manual Capacitación Manejo del procesador de hojas de cálculo EC0108 Excel 20...
Manual Capacitación Manejo del procesador de hojas de cálculo EC0108 Excel 20...
Miguel Hernández Delgadillo
 
HR vs RECRUITING
HR vs RECRUITING
Ivan Kireev
 
How to Protect Your Business
How to Protect Your Business
BizSmart Select
 
Hippo - The Human Focused Digital Book
Hippo - The Human Focused Digital Book
Pete Trainor
 
Paro docente medida cautelar
Paro docente medida cautelar
Luis Federico Arias
 
Android全端末入場!!
Android全端末入場!!
youten (ようてん)
 
Síndrome metabólico en derechohabientes de 25 a 50 años de edad adscritos al ...
Síndrome metabólico en derechohabientes de 25 a 50 años de edad adscritos al ...
Conferencia Sindrome Metabolico
 
A Wearable for Better Hearing
A Wearable for Better Hearing
Ruth Bridger
 
York pgce modern languages a level
York pgce modern languages a level
Steve Smith
 
Unityでreflection入門
Unityでreflection入門
Yoshiteru Takeshita
 
Vimエディタで行を削除する方法
Vimエディタで行を削除する方法
Taku Omi
 
Introduction To Lisp
Introduction To Lisp
kyleburton
 
A era vargas larissa-proinfo
A era vargas larissa-proinfo
proinfopccurso
 
The use of Reference Management tools to improve Citation
The use of Reference Management tools to improve Citation
Nader Ale Ebrahim
 
Creativity and Social Support in Mental Health: Service Users' Perspectives, ...
Creativity and Social Support in Mental Health: Service Users' Perspectives, ...
Roberta McDonnell
 
Manual Capacitación Manejo del procesador de hojas de cálculo EC0108 Excel 20...
Manual Capacitación Manejo del procesador de hojas de cálculo EC0108 Excel 20...
Miguel Hernández Delgadillo
 
HR vs RECRUITING
HR vs RECRUITING
Ivan Kireev
 
How to Protect Your Business
How to Protect Your Business
BizSmart Select
 
Hippo - The Human Focused Digital Book
Hippo - The Human Focused Digital Book
Pete Trainor
 
Síndrome metabólico en derechohabientes de 25 a 50 años de edad adscritos al ...
Síndrome metabólico en derechohabientes de 25 a 50 años de edad adscritos al ...
Conferencia Sindrome Metabolico
 
A Wearable for Better Hearing
A Wearable for Better Hearing
Ruth Bridger
 
York pgce modern languages a level
York pgce modern languages a level
Steve Smith
 
Ad

Similar to JavaScriptとLisp (20)

The Scheme Language -- Using it on the iPhone
The Scheme Language -- Using it on the iPhone
James Long
 
The Parenscript Common Lisp to JavaScript compiler
The Parenscript Common Lisp to JavaScript compiler
Vladimir Sedach
 
Clojure - An Introduction for Lisp Programmers
Clojure - An Introduction for Lisp Programmers
elliando dias
 
Seeking Clojure
Seeking Clojure
chrisriceuk
 
Lisp and scheme i
Lisp and scheme i
Luis Goldster
 
Javascript as a Platform
Javascript as a Platform
Vlad Mysla
 
Introduction to clojure
Introduction to clojure
Abbas Raza
 
intro.ppt
intro.ppt
Luis Soza
 
Lisp, An Introduction.ppt
Lisp, An Introduction.ppt
Luis Soza
 
intro.ppt
intro.ppt
AishwaryaKulal1
 
Scala clojure techday_2011
Scala clojure techday_2011
Thadeu Russo
 
I know Java, why should I consider Clojure?
I know Java, why should I consider Clojure?
sbjug
 
Introduction to Clojure
Introduction to Clojure
Renzo Borgatti
 
A brief introduction to lisp language
A brief introduction to lisp language
David Gu
 
INTRODUCTION TO LISP
INTRODUCTION TO LISP
Nilt1234
 
Lisp
Lisp
Aniruddha Chakrabarti
 
Clojure and The Robot Apocalypse
Clojure and The Robot Apocalypse
elliando dias
 
LISP: Introduction to lisp
LISP: Introduction to lisp
DataminingTools Inc
 
LISP: Introduction To Lisp
LISP: Introduction To Lisp
LISP Content
 
LISP: Data types in lisp
LISP: Data types in lisp
DataminingTools Inc
 
The Scheme Language -- Using it on the iPhone
The Scheme Language -- Using it on the iPhone
James Long
 
The Parenscript Common Lisp to JavaScript compiler
The Parenscript Common Lisp to JavaScript compiler
Vladimir Sedach
 
Clojure - An Introduction for Lisp Programmers
Clojure - An Introduction for Lisp Programmers
elliando dias
 
Javascript as a Platform
Javascript as a Platform
Vlad Mysla
 
Introduction to clojure
Introduction to clojure
Abbas Raza
 
Lisp, An Introduction.ppt
Lisp, An Introduction.ppt
Luis Soza
 
Scala clojure techday_2011
Scala clojure techday_2011
Thadeu Russo
 
I know Java, why should I consider Clojure?
I know Java, why should I consider Clojure?
sbjug
 
Introduction to Clojure
Introduction to Clojure
Renzo Borgatti
 
A brief introduction to lisp language
A brief introduction to lisp language
David Gu
 
INTRODUCTION TO LISP
INTRODUCTION TO LISP
Nilt1234
 
Clojure and The Robot Apocalypse
Clojure and The Robot Apocalypse
elliando dias
 
LISP: Introduction To Lisp
LISP: Introduction To Lisp
LISP Content
 
Ad

More from taiju higashi (8)

一兵卒の New Normal Agile
一兵卒の New Normal Agile
taiju higashi
 
俺のローカル開発環境 - MTDDC Meetup NAGOYA 2014
俺のローカル開発環境 - MTDDC Meetup NAGOYA 2014
taiju higashi
 
MTDDC 2013 LT | Hello, my little giant
MTDDC 2013 LT | Hello, my little giant
taiju higashi
 
やすい・はやい・うまいMTのホスティング環境を求めて - jaws-ug-3to-2013-sprint
やすい・はやい・うまいMTのホスティング環境を求めて - jaws-ug-3to-2013-sprint
taiju higashi
 
LESS楽しいれす(^q^)
LESS楽しいれす(^q^)
taiju higashi
 
Sassられ指南
Sassられ指南
taiju higashi
 
Learning jQuery
Learning jQuery
taiju higashi
 
Learning regular expression
Learning regular expression
taiju higashi
 
一兵卒の New Normal Agile
一兵卒の New Normal Agile
taiju higashi
 
俺のローカル開発環境 - MTDDC Meetup NAGOYA 2014
俺のローカル開発環境 - MTDDC Meetup NAGOYA 2014
taiju higashi
 
MTDDC 2013 LT | Hello, my little giant
MTDDC 2013 LT | Hello, my little giant
taiju higashi
 
やすい・はやい・うまいMTのホスティング環境を求めて - jaws-ug-3to-2013-sprint
やすい・はやい・うまいMTのホスティング環境を求めて - jaws-ug-3to-2013-sprint
taiju higashi
 
LESS楽しいれす(^q^)
LESS楽しいれす(^q^)
taiju higashi
 
Learning regular expression
Learning regular expression
taiju higashi
 

Recently uploaded (20)

ibrahim murat gunduz - photobook - images
ibrahim murat gunduz - photobook - images
MuratGndz9
 
161778-project-temmmmmmmmmplate-16x9.pptx
161778-project-temmmmmmmmmplate-16x9.pptx
MonroewellConcepcion
 
Template Anime. Template Anime.Template Anime.
Template Anime. Template Anime.Template Anime.
AdhamIsmail6
 
436279lllllllllllllllllll158-Drafting.ppt
436279lllllllllllllllllll158-Drafting.ppt
MonroewellConcepcion
 
ICT-PRESENTATION SOFTWARE.ppt...MMMMMMMMx
ICT-PRESENTATION SOFTWARE.ppt...MMMMMMMMx
ReinaAngelicaOfredoV1
 
مقاربة مرض ألم ورك مقاربة مرض ألم وركمقاربة مرض ألم ورك.pptx
مقاربة مرض ألم ورك مقاربة مرض ألم وركمقاربة مرض ألم ورك.pptx
alahmarhaitham23
 
PLANO CARTESIANO KELLO KITTY MATEMÁTICA DIVERTIDA
PLANO CARTESIANO KELLO KITTY MATEMÁTICA DIVERTIDA
Wesley Oliveira
 
Latest-Adobe Photoshop Crack Free Download
Latest-Adobe Photoshop Crack Free Download
minhaz1122g
 
最新版西班牙庞培法布拉大学毕业证(UPF毕业证书)原版定制
最新版西班牙庞培法布拉大学毕业证(UPF毕业证书)原版定制
Taqyea
 
K SANTOSH KUMAR BSPL1 Presentation on the BSPL
K SANTOSH KUMAR BSPL1 Presentation on the BSPL
KSantoshkumarBKSK
 
BUKTI JP MEMBER KANCAH4D TANPA BASA-BASI LANGSUNG DIKASIH !
BUKTI JP MEMBER KANCAH4D TANPA BASA-BASI LANGSUNG DIKASIH !
Kancah4d Jitu
 
11_4_2025_Pandemmic module gggggggg.pptx
11_4_2025_Pandemmic module gggggggg.pptx
BRMHi
 
Court_Film_Presentation and the represtaion
Court_Film_Presentation and the represtaion
NaveenLV3
 
FINAL MATATAG EPP_TLE CG 2023 Grades 4 - 10 1.pdf
FINAL MATATAG EPP_TLE CG 2023 Grades 4 - 10 1.pdf
claverialovely21
 
Behaviorisbbbbbbbbbbbbbbbbbbbm_050220.pptx
Behaviorisbbbbbbbbbbbbbbbbbbbm_050220.pptx
ajacabajr
 
Presentaciones gratuitas para mejorar tus diapositivas.pdf
Presentaciones gratuitas para mejorar tus diapositivas.pdf
SubaruKun1
 
Catfish_Night_Michaël_Houde_Storyboard.pdf
Catfish_Night_Michaël_Houde_Storyboard.pdf
michaelhoud
 
MASLOW YO.. imagenes de greatividad espontanea.ppt
MASLOW YO.. imagenes de greatividad espontanea.ppt
frankalexisperez
 
Blank PowerPoint Presentation nothing more, nothing less.pptx
Blank PowerPoint Presentation nothing more, nothing less.pptx
LeslieRoseBraa
 
Guess_the_Star_Childhood_Edition childhood childhood
Guess_the_Star_Childhood_Edition childhood childhood
MdAhmed301028
 
ibrahim murat gunduz - photobook - images
ibrahim murat gunduz - photobook - images
MuratGndz9
 
161778-project-temmmmmmmmmplate-16x9.pptx
161778-project-temmmmmmmmmplate-16x9.pptx
MonroewellConcepcion
 
Template Anime. Template Anime.Template Anime.
Template Anime. Template Anime.Template Anime.
AdhamIsmail6
 
436279lllllllllllllllllll158-Drafting.ppt
436279lllllllllllllllllll158-Drafting.ppt
MonroewellConcepcion
 
ICT-PRESENTATION SOFTWARE.ppt...MMMMMMMMx
ICT-PRESENTATION SOFTWARE.ppt...MMMMMMMMx
ReinaAngelicaOfredoV1
 
مقاربة مرض ألم ورك مقاربة مرض ألم وركمقاربة مرض ألم ورك.pptx
مقاربة مرض ألم ورك مقاربة مرض ألم وركمقاربة مرض ألم ورك.pptx
alahmarhaitham23
 
PLANO CARTESIANO KELLO KITTY MATEMÁTICA DIVERTIDA
PLANO CARTESIANO KELLO KITTY MATEMÁTICA DIVERTIDA
Wesley Oliveira
 
Latest-Adobe Photoshop Crack Free Download
Latest-Adobe Photoshop Crack Free Download
minhaz1122g
 
最新版西班牙庞培法布拉大学毕业证(UPF毕业证书)原版定制
最新版西班牙庞培法布拉大学毕业证(UPF毕业证书)原版定制
Taqyea
 
K SANTOSH KUMAR BSPL1 Presentation on the BSPL
K SANTOSH KUMAR BSPL1 Presentation on the BSPL
KSantoshkumarBKSK
 
BUKTI JP MEMBER KANCAH4D TANPA BASA-BASI LANGSUNG DIKASIH !
BUKTI JP MEMBER KANCAH4D TANPA BASA-BASI LANGSUNG DIKASIH !
Kancah4d Jitu
 
11_4_2025_Pandemmic module gggggggg.pptx
11_4_2025_Pandemmic module gggggggg.pptx
BRMHi
 
Court_Film_Presentation and the represtaion
Court_Film_Presentation and the represtaion
NaveenLV3
 
FINAL MATATAG EPP_TLE CG 2023 Grades 4 - 10 1.pdf
FINAL MATATAG EPP_TLE CG 2023 Grades 4 - 10 1.pdf
claverialovely21
 
Behaviorisbbbbbbbbbbbbbbbbbbbm_050220.pptx
Behaviorisbbbbbbbbbbbbbbbbbbbm_050220.pptx
ajacabajr
 
Presentaciones gratuitas para mejorar tus diapositivas.pdf
Presentaciones gratuitas para mejorar tus diapositivas.pdf
SubaruKun1
 
Catfish_Night_Michaël_Houde_Storyboard.pdf
Catfish_Night_Michaël_Houde_Storyboard.pdf
michaelhoud
 
MASLOW YO.. imagenes de greatividad espontanea.ppt
MASLOW YO.. imagenes de greatividad espontanea.ppt
frankalexisperez
 
Blank PowerPoint Presentation nothing more, nothing less.pptx
Blank PowerPoint Presentation nothing more, nothing less.pptx
LeslieRoseBraa
 
Guess_the_Star_Childhood_Edition childhood childhood
Guess_the_Star_Childhood_Edition childhood childhood
MdAhmed301028
 

JavaScriptとLisp