<disclaimer> this code is for educational purposes only</disclaimer>
Here is a sample repo: 
https://github.com/tjgillies/futs/tree/master/src/futs
Here is the line I'm having issues with: 
https://github.com/tjgillies/futs/blob/master/src/futs/records/file.clj#L5

Here's what I do:

>From repl, I load futs.core

I try and call

futs.core=> (save file)
CompilerException java.lang.RuntimeException: Unable to resolve symbol: 
save in this context, 
compiling:(/private/var/folders/4f/vk4vn80162ldcck9h135rjwr0000gn/T/form-init3730852360772328982.clj:1:1)
 


futs.core=> (.save file)
IllegalArgumentException No matching field found: save for class 
futs.records.File  clojure.lang.Reflector.getInstanceField 
(Reflector.java:271)


All the other records work as they are supposed to, only the extend is 
failing.

Anyone have any ideas? Thanks.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to