You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ll-...@googlegroups.com
I suspect that many on the list are interested in ways that
programming languages pull apart ideas that were previously thought to
be inseparable. A few interesting examples off the top of my head
include:
1. What are more interesting adventures in tearing?
2. What has yet to be torn, but could be?
Bob Nystrom
unread,
Aug 8, 2012, 2:08:22 PM8/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ll-...@googlegroups.com
The first one that comes to my mind are multimethod-based languages
which tear apart the definition of a type and the methods that are
specialized on it.
Other languages like Go and ones that allow monkey-patching enable
this too, but multimethod ones have it most deeply ingrained.