Re: learning records and namespaces

2013-08-28 Thread Ivan Pierre
What is field ? a symbol ? of what ? Is it defined as a Storable ? if fle is just a symbol, so (save Symbol) is not defined. And (.save Symbol) he can't find the link in Symbol Protocol (?) for save... What did you try to do with this poor Symbol ? -- -- You received this message because you

learning records and namespaces

2013-08-24 Thread Tyler Gillies
this code is for educational purposes only 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