views:

191

answers:

1

Hello! I Wonder if someone has used Markov Algorithm-based programming system or embedded facility in production or for scientific purpose.

I know about 'REFAL' programming language invented a thousand years ago, but it all seems to be dead, so..

Ref: http://en.wikipedia.org/wiki/Markov_algorithm

A: 

Please restate your question. It is very unclear what you are asking. I did a quick google search on "Markov Algorithm Language" and nothing came up.

monksy
This should be a comment rather than an answer.
Amuck
http://en.wikipedia.org/wiki/Markov_algorithm
gnibbler
Steven, sorry if the question was unclear; but I had a strong belief that Markov Algorithm is much known computational model (since it's good at processing textual data). Just follow the link mr. Gnibbler has posted.
Bubba88
It is not a language, it is an algorithm used to process input and return output. From my knowledge there is no such thing as a Markov Language"
monksy
Yes, you are right. Makov Algorithm is computational model, similar to Turing Machines. But you can create a language (actually there is one - REFAL), which simulates that model. After all, programming languages are all computational models.
Bubba88