clojure-italy

šŸ‡®šŸ‡¹
reborg 2019-10-23T08:49:13.057200Z

gyokuro asahi (in degustazione)

Lu 2019-10-23T09:15:57.057400Z

Azz šŸ™‚

bronsa 2019-10-23T09:18:09.058Z

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

reborg 2019-10-23T09:18:57.058400Z

# non eā€™ un commento immagino?

bronsa 2019-10-23T09:19:04.058600Z

e` il prompt della repl

reborg 2019-10-23T09:20:17.059100Z

eā€™ un lisp che fa male agli occhi :)

2019-10-23T11:21:17.059400Z

si abbastanza molesta come sintassi

bronsa 2019-10-23T12:26:21.060Z

si lavora con quel che si ha