Difference between revisions of "Tangible values (Conal Elliott)"

From apm
Jump to: navigation, search
(External links)
(Added some notes regarding comination of TVs with ALDs)
Line 27: Line 27:
 
* [https://web.archive.org/web/20081224011935/http://darcs.haskell.org:80/packages/Eros/dist/ Eros distribution from internetarchive]
 
* [https://web.archive.org/web/20081224011935/http://darcs.haskell.org:80/packages/Eros/dist/ Eros distribution from internetarchive]
  
 +
== Notes / Ideas ==
 +
 +
Tangible values may go well together with annotated lambda diagrams. <br>
 +
See:
 +
* [[Annotated lambda diagram]]
 +
* [[Annotated lambda diagram mockups]]
 +
 +
That is because: <br>
 +
ALDs always are a value. <br>
 +
ALDs typically leave a triangular unused whitespace (blackspace in dark mode) where
 +
tangible values coud be fitted in.
 +
Perhaps even more whitespace than textual code.
 +
Relative scales between ALD and TV could be see-saw scaled depending
 +
on priotity of what one wants to see more.
 +
 +
The original idea of TVs is to hide code fully.<br>
 +
It might be beneficial though to allow associated code to be displayed.
 +
And given ALD seem like the "middlest" midpoint between graphical and textual code representation,
 +
it might be not as disruptive to add ALDs to TVs as to add pure textual code to TVs.
  
 
[[Category:Conal Elliott]]
 
[[Category:Conal Elliott]]

Revision as of 09:33, 15 February 2022

This article is a stub. It needs to be expanded.

External links

On Conal Elliotts homepage:

On the haskell wiki:

On hackage:

Other:

Notes / Ideas

Tangible values may go well together with annotated lambda diagrams.
See:

That is because:
ALDs always are a value.
ALDs typically leave a triangular unused whitespace (blackspace in dark mode) where tangible values coud be fitted in. Perhaps even more whitespace than textual code. Relative scales between ALD and TV could be see-saw scaled depending on priotity of what one wants to see more.

The original idea of TVs is to hide code fully.
It might be beneficial though to allow associated code to be displayed. And given ALD seem like the "middlest" midpoint between graphical and textual code representation, it might be not as disruptive to add ALDs to TVs as to add pure textual code to TVs.