Implementation of Prolog in a Pure Functional Language [closed] - functional-programming

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I would be greatly appreciative of a simple pseudo-code algorithm for implementing Prolog, where the pseudo-code is taken to be for a pure functional language.

The famous SICP book has a chapter on logic programming

Related

What options for statistical analysis with asp.net and ms-sql? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to do some statistical analysis with an ms-sql database for an aps.net application. What are the options as I don't see many built-in functions for my purpose? Thanks for any suggestions. Options that you actually use would be appreciated.
Check out MathDotNet, it can do pretty much anything you'd need.

Lambda calculus in practice [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How to choose a language, a lambda term (λx.y)((λx.xxx)(λx.xxx)) actually calculated? In other words, need a language to the normal order reduction and the weak type system.
What have you search for and what have you found so far?
I'd say there is no standard language that meets this requirement, since in most languages you always have different types, not just untyped terms. You probably need a pure lambda calculus interpreter (implementing one is a good exercise).

How to get information about code lines in Qt? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I need to be able to read information about project lines in the Qt project which is building by MinGW.
How can I do it? Where I should include - /MAPINFO:LINES , to get output file with information about lines numbers?
Try to use __LINE__.
Example:
qDebug()<<__LINE__<<"hi";

how to reverse records in pl/sql [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
how to reverse records in pl/sql
Use an ORDER BY clause with either ASCENDING or DESCENDING when selecting your records.
If this isn't what you want, you need to learn how to ask questions, as this is rather vague and open to interpretation.

Encryption type [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Who can tell me what type of encryption this is?:
ntmQADJg9WWFHqQU/Bcef0YRnM0xB1
Looks like a base64 encoded string. However decoding that results in a binary, so beyond that can't say.

Resources