- published: 09 Oct 2007
- views: 69317
- author: GoogleTechTalks
72:09
Practical Common Lisp
Google TechTalks May 10, 2006 Peter Seibel ABSTRACT In the late 1920's linguists Edward Sa...
published: 09 Oct 2007
author: GoogleTechTalks
Practical Common Lisp
Practical Common Lisp
Google TechTalks May 10, 2006 Peter Seibel ABSTRACT In the late 1920's linguists Edward Sapir and Benjamin Whorf hypothesized that the thoughts we can think ...- published: 09 Oct 2007
- views: 69317
- author: GoogleTechTalks
40:57
Peter Norvig, Director of Research at Google | MconneX | Lectures On-Demand
CSE Lecture - The Science and Engineering of Online Learning Peter Norvig: Previously Pete...
published: 03 Jun 2013
author: michiganengineering
Peter Norvig, Director of Research at Google | MconneX | Lectures On-Demand
Peter Norvig, Director of Research at Google | MconneX | Lectures On-Demand
CSE Lecture - The Science and Engineering of Online Learning Peter Norvig: Previously Peter Norvig was the head of the Computational Sciences Division at NAS...- published: 03 Jun 2013
- views: 283
- author: michiganengineering
35:59
Literate Programming in the Large
Timothy Daly Axiom is an open source computer algebra system written mostly in Common Lisp...
published: 27 Jun 2013
author: NextDayVideo
Literate Programming in the Large
Literate Programming in the Large
Timothy Daly Axiom is an open source computer algebra system written mostly in Common Lisp. As one of the original authors at IBM Research I wrote a fair amo...- published: 27 Jun 2013
- views: 177
- author: NextDayVideo
14:48
Installing Common Lisp, Emacs, Slime & Quicklisp
This video will show you how to set up a decent common lisp development environment. This ...
published: 22 Jul 2013
author: CBaggers
Installing Common Lisp, Emacs, Slime & Quicklisp
Installing Common Lisp, Emacs, Slime & Quicklisp
This video will show you how to set up a decent common lisp development environment. This video is not going into great detail of how everything works just y...- published: 22 Jul 2013
- views: 107
- author: CBaggers
14:44
Common Lisp Tutorial - (3) let, let*, setq, defun, phew!
In this tutorial I will go over the let, let*, and setq special operators, as well as the ...
published: 24 Aug 2011
author: inzanozulu
Common Lisp Tutorial - (3) let, let*, setq, defun, phew!
Common Lisp Tutorial - (3) let, let*, setq, defun, phew!
In this tutorial I will go over the let, let*, and setq special operators, as well as the defun macro. SBCL: http://www.sbcl.org/ Common Lisp Hyperspec: http...- published: 24 Aug 2011
- views: 5939
- author: inzanozulu
53:10
Common Lisp: why macros are great?
Geekcamp.sg talk by Elias Mårtenson. Slides are at: https://docs.google.com/presentation/p...
published: 22 Aug 2012
author: Mathieu Legrand
Common Lisp: why macros are great?
Common Lisp: why macros are great?
Geekcamp.sg talk by Elias Mårtenson. Slides are at: https://docs.google.com/presentation/pub?id=1mIHAruC3nbI-CZPVjX7AuRp-bj9xjJima0l6XrHUI6Y&start;=false&loop...;- published: 22 Aug 2012
- views: 2139
- author: Mathieu Legrand
10:58
Lisp: Just for fun
More videos at www.blackhats.es....
published: 13 Aug 2012
author: overdriveblackhat
Lisp: Just for fun
Lisp: Just for fun
More videos at www.blackhats.es.- published: 13 Aug 2012
- views: 77
- author: overdriveblackhat
2:12
Lisp - Recompiling a game as it runs
I had a comment on another video asking how to recompile functions as a program is running...
published: 22 May 2013
author: CBaggers
Lisp - Recompiling a game as it runs
Lisp - Recompiling a game as it runs
I had a comment on another video asking how to recompile functions as a program is running. This is the answer. The code follows: (defun update-swank () "Cal...- published: 22 May 2013
- views: 346
- author: CBaggers
8:30
An Brief Introduction to LISP - Pt 1, Syntax
This multi-part series introduces you to Common LISP, by working toward the goal of buildi...
published: 13 Oct 2009
author: OreillyMedia
An Brief Introduction to LISP - Pt 1, Syntax
An Brief Introduction to LISP - Pt 1, Syntax
This multi-part series introduces you to Common LISP, by working toward the goal of building a simple web server in LISP.- published: 13 Oct 2009
- views: 22504
- author: OreillyMedia
14:48
Common Lisp Tutorial - (5) List functions
In this tutorial I continue defining some list functions from the prior tutorial. SBCL: ht...
published: 28 Aug 2011
author: inzanozulu
Common Lisp Tutorial - (5) List functions
Common Lisp Tutorial - (5) List functions
In this tutorial I continue defining some list functions from the prior tutorial. SBCL: http://www.sbcl.org/ Common Lisp Hyperspec: http://www.lispworks.com/...- published: 28 Aug 2011
- views: 5787
- author: inzanozulu
70:29
Writing a Raytracer in Common Lisp - Part 1
Tutorial on Writing a Raytracer in Common Lisp. See http://home.in.tum.de/~lehmanna/lisp-t...
published: 21 Apr 2012
author: Alexander Lehmann
Writing a Raytracer in Common Lisp - Part 1
Writing a Raytracer in Common Lisp - Part 1
Tutorial on Writing a Raytracer in Common Lisp. See http://home.in.tum.de/~lehmanna/lisp-tutorial.html for further information (e.g. slides). The source code...- published: 21 Apr 2012
- views: 2624
- author: Alexander Lehmann
55:29
Marco Baringer's SLIME Tutorial Video
SLIME, the Superior Lisp Interaction Mode for Emacs, is an Emacs mode for developing Commo...
published: 04 Oct 2011
author: Cecil Son
Marco Baringer's SLIME Tutorial Video
Marco Baringer's SLIME Tutorial Video
SLIME, the Superior Lisp Interaction Mode for Emacs, is an Emacs mode for developing Common Lisp applications. SLIME originates in an Emacs mode called SLIM ...- published: 04 Oct 2011
- views: 5985
- author: Cecil Son
10:05
Common Lisp Tutorial - (1) Installing SBCL
In this tutorial I go over installing SBCL and setting up the PATH environment variable on...
published: 22 Aug 2011
author: inzanozulu
Common Lisp Tutorial - (1) Installing SBCL
Common Lisp Tutorial - (1) Installing SBCL
In this tutorial I go over installing SBCL and setting up the PATH environment variable on your computer so that you can easily access it from the command li...- published: 22 Aug 2011
- views: 8709
- author: inzanozulu
Youtube results:
15:00
LiveCoding in CommonLisp.
I used SuperCollider and Logic(piano) for sound, Cocoa, OpenGL for graphics....
published: 18 May 2013
author: 성민 박
LiveCoding in CommonLisp.
LiveCoding in CommonLisp.
I used SuperCollider and Logic(piano) for sound, Cocoa, OpenGL for graphics.- published: 18 May 2013
- views: 973
- author: 성민 박
28:44
Common Lisp Applications on the JVM by Erik Huelsmann @ ECLM 2013
Erik Huelsmann, one of the principal developers of Armed Bear Common Lisp (ABCL, http://ab...
published: 17 Nov 2013
Common Lisp Applications on the JVM by Erik Huelsmann @ ECLM 2013
Common Lisp Applications on the JVM by Erik Huelsmann @ ECLM 2013
Erik Huelsmann, one of the principal developers of Armed Bear Common Lisp (ABCL, http://abcl.org), describes in short its history, current state and use-cases. Slides: http://weitz.de/eclm2013/abcl.pdf- published: 17 Nov 2013
- views: 142
14:59
A Common Lisp FullScreen Window Manager (CLFSWM) presentation
CLFSWM is a 100% Common Lisp X11 window manager (based on Tinywm and Stumpwm). Slower vers...
published: 23 Aug 2011
author: hocwp
A Common Lisp FullScreen Window Manager (CLFSWM) presentation
A Common Lisp FullScreen Window Manager (CLFSWM) presentation
CLFSWM is a 100% Common Lisp X11 window manager (based on Tinywm and Stumpwm). Slower version here: http://common-lisp.net/project/clfswm/- published: 23 Aug 2011
- views: 3577
- author: hocwp
12:24
Common Lisp Tutorial - (2) Functions and If. Also lies
In this tutorial I will lie about learning how to define your own functions, and then I wi...
published: 22 Aug 2011
author: inzanozulu
Common Lisp Tutorial - (2) Functions and If. Also lies
Common Lisp Tutorial - (2) Functions and If. Also lies
In this tutorial I will lie about learning how to define your own functions, and then I will lie once more about the same thing. Afterwards I go over some mo...- published: 22 Aug 2011
- views: 7452
- author: inzanozulu