Re: [Relfs-devel] Post-OCaml development. CL-FUSE
Status: Pre-Alpha
Brought to you by:
applejack
From: Michael R. <fb0...@ra...> - 2009-11-20 07:53:21
|
Vincenzo Ciancia wrote: >> I would be glad to hear comments about syntax, extension ideas etc. >> > > I will look at it soon, as you know I am no lisp expert. However, can > you provide a personal judgment on your binding? How complete is it? > Did you test efficiency? Is it multi-threaded? Does it use multiple > cores? (the latter would be a killer feature if compared to ocaml). I make this point in a distinct letter for it not to be lost. It is the main place where I want comments. Currently I write relatively ugly code, namely for n name-position 0 from "select distinct name from indexed_files" dir name for f name-position 0 from (fmt "select id, path from indexed_files where ~a" (clsql:sql [= (first n) [name]])) symlink name (f 1) to create a simple "name -> name bearers" index. How should it be? No need to be a Lisp expert here.. I also think about this now. |