Fork me on GitHub
#clojure-italy
<
2019-10-23
>
reborg08:10:13

gyokuro asahi (in degustazione)

Lu09:10:57

Azz 🙂

bronsa09:10:09

non lavorero` piu` in lisp ma chi l'ha detto che non si puo` approssimarlo anche in ocaml :P

# let fnot x = [%quote not [%uu x]];;
val fnot : Reflect.Term.t -> Reflect.Term.t = <fun>
# fnot [%quote true];;
- : Reflect.Term.t = (not true)
# let fand x y = [%quote [%uu x] && [%uu y]];;
val fand : Reflect.Term.t -> Reflect.Term.t -> Reflect.Term.t = <fun>
# let term = fand (fnot [%q true]) [%q false];;
val term  : Reflect.Term.t = (&& (not true) false)
# Reflect.eval term;;
:- false

reborg09:10:57

# non e’ un commento immagino?

bronsa09:10:04

e` il prompt della repl

reborg09:10:17

e’ un lisp che fa male agli occhi :)

andrea.crotti11:10:17

si abbastanza molesta come sintassi

bronsa12:10:21

si lavora con quel che si ha