|
|
| Author |
Message |
< Erlang ~ nested structure visualiser |
| dexterslab |
Posted: Wed Aug 29, 2007 3:09 pm |
|
|
|
Joined: 06 Jul 2007
Posts: 5
|
Hi,
I would like to visualise a deeply nested erlang list/tuple structure in a graphical way. Is there any functions or lib that would allow me to do that?
There is something similar in Prolog that is character based, something like that would do but a proper graphic output would be better.
many thanks,
dex |
|
|
| Back to top |
|
| anderst |
Posted: Sun Sep 09, 2007 6:21 pm |
|
|
|
User
Joined: 21 Nov 2006
Posts: 37
|
io:format("~p",[Structure]) is the best example I can think of. That is how we have solved it in HTMP (using PRE) few years ago.
Hilsen,
Anders |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|