Transforming js_eval
Results into Streams
#2918
Unanswered
constraintAutomaton
asked this question in
Q&A
Replies: 2 comments 11 replies
-
Maybe functionality to make a string available as a stream is needed? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Why exactly do you want a stream there? And what do you mean by a stream? In Prolog a stream is a thing that you can possibly read and write, like a file handle in other languages. If you are talking more about an iterator-like thing, then Prolog doesn't have that in any official way but there are many ways you can do it. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm not sure if this is the right place to ask, but I was wondering if there is a way to transform the
-Result
of ajs_eval
statement into a stream.Additionally, can something similar be done with
foreign_struct
?Beta Was this translation helpful? Give feedback.
All reactions