Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
Jasper_
9y ago
0 comments
Share
Functional programming can be represented as a graph, where calls are directed edges. Flow control is often analyzed in graph form in real compilers:
https://en.wikipedia.org/wiki/Control_flow_graph
0 comments
default
newest
oldest
adamnemecek
9y ago
It's not just functional programming (but I do agree that it's better in functional programming). All the reverse engineering tools have some feature to represent assembly as a CFG which is super helpful.
j
/
k
navigate · click thread line to collapse