general_programacion | Unsorted

Telegram-канал general_programacion - Programacion

1160

Grupo general de programadores. Si te gusta el juego Cartas contra la Humanidad prueba @cclhbot. Para cualquier duda preguntad a @themarioga

Subscribe to a channel

Programacion

pues empieza a contar desde hoy

Читать полностью…

Programacion

si claro, te animo a ello.

Читать полностью…

Programacion

ah sí?, cuéntame más!

Читать полностью…

Programacion

yo quiero hacer un repl antes de hacer el juego random

Читать полностью…

Programacion

yo soy java senior progamer

Читать полностью…

Programacion

pero bueno aun eres solo un senior

Читать полностью…

Programacion

`(1 2 ,(+ 1 2)) => [1, 2, 3]

Читать полностью…

Programacion

if en lisp es (if test true-code else-code) true code y else code son solo una expresion, si quieres mas usas progn (if test (progn true code) (progn else code))

Читать полностью…

Programacion

when y unless son macros mas sencillas de entender creo

Читать полностью…

Programacion

cond devuelve (if ... (if ... (if ...)))

Читать полностью…

Programacion

porque demuestra la mente calenturienta que tiene

Читать полностью…

Programacion

con tanto "oh", "ah", "meh" parece audioporno pero en codigo, un pornocode

Читать полностью…

Programacion

entre el oh, ah, meh, vamos apañaos

Читать полностью…

Programacion

no se entiende un carajo

Читать полностью…

Programacion

más raro me parece fun

Читать полностью…

Programacion

js se hizo en unos días

Читать полностью…

Programacion

si no explota puede llegar a reemplazar js :0

Читать полностью…

Programacion

si esta cosa funciona podre seguir con mi vida y hacer cosas porque todo este tiempo lo he estado perdiendo haciendo interpretes que no sirven

Читать полностью…

Programacion

el próximo proyecto, hare front en java, back en python y acceso a hardware en rust

Читать полностью…

Programacion

es gracioso como despues de tanto tiempo aun sigo intentando explicar que es una macro

Читать полностью…

Programacion

a mi particularmente, me la suda

Читать полностью…

Programacion

el ` es para devolver una lista de elementos sin evaluar y evaluando lo que tenga ,

Читать полностью…

Programacion

(defmacro when (test ...code)
`(if ,test (progn ,...code)))

(defmacro unless (test ...code)
`(when (not ,test) ,...code))

Читать полностью…

Programacion

ya, algun dia puede que tenga sentido

Читать полностью…

Programacion

una funcion que se ejecuta en tiempo de compilacion y devuelve normalmente una lista que se compila

Читать полностью…

Programacion

yo no lo quería decir

Читать полностью…

Programacion

https://gitlab.com/vms14/oh/-/blob/master/cond.oh

Читать полностью…

Programacion

cond es una macro :0

Читать полностью…

Programacion

vms@localhost:~/oh$ oh
((lambda (x) (+ 1 x)) 24)                                                                     
((x) => {return (1 + x);})(24);

(case oh (:oh 1 2 3) ((:ah :meh) 4 5) (t 24))
switch (oh) { case 'oh': 1; 2; 3; break; case 'ah': case 'meh': 4; 5; break; default: 24; break; }

(cond ((equal 1 1) 1) ((equal 2 2) 2) (t 3))
if ((1 === 1)) {1;} else {if ((2 === 2)) {2;} else {3;}}

(dolist (i '(1 2 3)) (print i))
for (let i of [1, 2, 3]) { console.log(i); }

Читать полностью…

Programacion

Hola +525591076389, este grupo está protegido ante userbots, ‼️ si quieres escribir (y permanecer) en el grupo, es necesario que hagas clic en el botón de abajo‼️
⬇️⬇️⬇️⬇️⬇️⬇️

Читать полностью…
Subscribe to a channel