Untitled topic
1–10 of 31 posts
Re: undefined
#2Re: undefined
#3Hmmm.. but how did the theorem prover find the solution? Probably by heuristics + brute force.
From http://research.microsoft.com/en-us/um/redmond/projects/z3/z...
Re: undefined
#4Hmmm.. but how did the theorem prover find the solution? Probably by heuristics + brute force.
1 - http://en.wikipedia.org/wiki/Boolean_satisfiability_problem#...
Re: undefined
#5Re: undefined
#6I'm disappointed. I thought I was going to see the solver generates code that finds the largest palindrome. I recall how mini-Kanren was used to generate quines. Z3 should be capable of similar feats.
Re: undefined
#7- I write the tests - I run the compiler which transforms the tests into implementation - Run the implementation
Is this even possible at all in meaningful time?
Re: undefined
#8Believe it or not, a very good example of such a language which you might be familiar with is SQL.
Re: undefined
#9is this feasible?
Re: undefined
#10So, why someone don't write a stuff like this that takes your source code with tests and "builds" your app by creating the files in your dist without tests? - I write the tests - I run the compiler which transforms the tests into implementation - Run the implementation Is this even possible at all in meaningful time?
That said, I think the same was true for functional languages before the folks behind GHC came along. I'd be curious to see what could happen if some substantial resources (and a few heaps of modern optimisation knowledge) were poured into this sort of language.