Artificial languages for instructing computers to do steps of computation in order to complete tasks. They allow programmers to communicate with computers.
3
votes
2answers
241 views
How is reactive logic programming different from functional programming?
As Reactive Programming model is perfectly suited to address the change propagation required for transaction processing, that is, when the server receives change (Insert, Update, or Delete) requests. ...
2
votes
1answer
202 views
s expression representation for c
Experimenting with various lisps lately (clojure especially) i have wondered if there are any s expression based representations of (subsets) of c, so you could use lisp/closure to write macros and ...
2
votes
0answers
138 views
How to process large files in NetLogo?
I am running into problems in NetLogo with large *.csv / *.txt files.
The documents can consist of about 1 million data sets and I need to read them (to eventually create a diagram based on the ...
1
vote
0answers
92 views
NGL programming language?
Are there some online resources about the NGL language, please? Google
did not helped much this time. In fact, the only relevant information I was
able to find is the one on Wikipedia...
...
0
votes
0answers
46 views
Using namespacing in XML is similar concept as that of using Packages in programming?
When namespace is used in XML, the benefit is same as that of packages in programming.
So, let's say, i am given a xml file ( mxml in flex or xib in ios ), then if i wanna convert it back to their ...