HUUII
By Ikkiware
Iniciar sesiónRegístrate
Juan Reynoso Elias
En 2022-07-06 09:59:30

Lisp and Python

Object-oriented programming


You can download the files:

https://www.huuii.com/wwwroot/files/juan/classes.py


https://www.huuii.com/wwwroot/files/juan/classes.lisp


#lisp #python #programming

1
También te podría interesar
Juan Reynoso Elias
En 2017-08-23 13:33:19
Write a hash table in C Hash tables are one of the most useful data structures. Their quick and scalable insert, search and delete make them relevant ...
Juan Reynoso Elias
En 2017-12-20 17:03:10
Working with lisp This function use pop , first , second and dolist  in order to solve my hypothetical problem. I have a list with some number so, I n ...
Erick Ikki
En 2017-10-27 06:28:28
What did Alan Kay mean by, "Lisp is the greatest single programming language ever designed? #lisp #commonlisp #AlanKay #programming #languages " ...
Juan Reynoso Elias
En 2016-09-23 11:19:02
  (loop for foo in '(a b c) collect foo)  ;;Result   (A B C)   (loop for foo on '(a b c) collect foo)  ((A B C) (B C) (C))   (loop for foo on '(a b ...
Ikkiware
En 2018-02-01 22:43:08
Programación en LISP #AlanKay #Frases #Programacion #Lisp #Ikkiware