SlideShare a Scribd company logo
1 of 16
Download to read offline
void setup() {
  pinMode (12, OUTPUT);
}

void loop() {
  digitalWrite (12, HIGH);
}
•
    –
    –
•
    –
    –
•
    –
Shibuya.lisp TT#07: KondoLisp -極小Lisp遊戯-

More Related Content

Viewers also liked

Viewers also liked (6)

VLDB2015 会議報告
VLDB2015 会議報告VLDB2015 会議報告
VLDB2015 会議報告
 
The Art of Performance Evaluation
The Art of Performance EvaluationThe Art of Performance Evaluation
The Art of Performance Evaluation
 
Effective Fraud Prevention Through Emotional Connection
Effective Fraud Prevention Through Emotional ConnectionEffective Fraud Prevention Through Emotional Connection
Effective Fraud Prevention Through Emotional Connection
 
P78
P78P78
P78
 
ユーザー行動を時系列に並べる各手法の開発現場における受容
ユーザー行動を時系列に並べる各手法の開発現場における受容ユーザー行動を時系列に並べる各手法の開発現場における受容
ユーザー行動を時系列に並べる各手法の開発現場における受容
 
Climax Spray (Generic Lidocaine Spray)
Climax Spray (Generic Lidocaine Spray) Climax Spray (Generic Lidocaine Spray)
Climax Spray (Generic Lidocaine Spray)
 

Shibuya.lisp TT#07: KondoLisp -極小Lisp遊戯-

  • 1.
  • 2.
  • 3.
  • 4.
  • 5. void setup() { pinMode (12, OUTPUT); } void loop() { digitalWrite (12, HIGH); }
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11. – – • – –
  • 12.
  • 13.
  • 14.
  • 15.