[Glass] Simple questions while migrating code to GemStone (compatibility issues)
Mariano Martinez Peck
marianopeck at gmail.com
Wed Nov 13 10:25:59 PST 2013
Hi guys,
I continue trying to make my app work in GemStone. I am making progress,
but I still have some questions:
- Is there a way to print closures? When I inspect one I get something like
"anExecBlock1" but I cannot see the source of the closure (not even the
decompiled version).
- In Pharo I can parse a Date from this pattern: 'yyyy-mm-dd' with
#readFrom. In GemStone I need to do: Date fromString: '2013-06-21'
usingFormat: #( 3 2 1 $- 1 1). Which is the easies way to deal with this?
Like the rest, delegating to a my own util class with 2 impl?
- Do we have an alternative for WeakValueDictionary?
- I really miss the #split: and #join: methods. Maybe these could be ported
to GemStone? Or are there similar methods already?
Thanks in advance,
--
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20131113/25ebd238/attachment.html>
More information about the Glass
mailing list