Difference between revisions of "Q"
(New version. And " Q is no longer supported, see Pure instead. There already exist another entry for 'Pure'.) |
(Added Python and Ruby link) |
||
Line 8: | Line 8: | ||
|Homepage URL=http://q-lang.sourceforge.net/ | |Homepage URL=http://q-lang.sourceforge.net/ | ||
|User level=none | |User level=none | ||
+ | |Is High Priority Project=No | ||
|Component programs=q (interpreter),qc (bytecode compiler),qcc (module compiler),qld (module linker) | |Component programs=q (interpreter),qc (bytecode compiler),qcc (module compiler),qld (module linker) | ||
|VCS checkout command=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/q-lang | |VCS checkout command=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/q-lang | ||
|Computer languages=C,Q | |Computer languages=C,Q | ||
|Documentation note=User manual available in HTML format from http://q-lang.sourceforge.net/qdoc/qdoc.html; User manual available in PDF format from http://q-lang.sourceforge.net/qdoc.pdf; User FAQ available in HTML format from http://q-lang.sourceforge.net/FAQ.html; | |Documentation note=User manual available in HTML format from http://q-lang.sourceforge.net/qdoc/qdoc.html; User manual available in PDF format from http://q-lang.sourceforge.net/qdoc.pdf; User FAQ available in HTML format from http://q-lang.sourceforge.net/FAQ.html; | ||
+ | |Accepts cryptocurrency donations=No | ||
|Related projects=Q-Midi,Pure | |Related projects=Q-Midi,Pure | ||
|Keywords=language,development,programming,Programming Language,rewrite,Q,equational | |Keywords=language,development,programming,Programming Language,rewrite,Q,equational | ||
Line 19: | Line 21: | ||
|Version download=http://prdownloads.sourceforge.net/q-lang/q-7.11.tar.gz?download | |Version download=http://prdownloads.sourceforge.net/q-lang/q-7.11.tar.gz?download | ||
|Version comment=7.11 stable released 2008-03-07 | |Version comment=7.11 stable released 2008-03-07 | ||
− | |Last review by= | + | |Last review by=Bendikker |
− | |Last review date= | + | |Last review date=2018/03/29 |
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | |||
|Is GNU=No | |Is GNU=No | ||
|License verified date=2002-07-03 | |License verified date=2002-07-03 | ||
Line 36: | Line 37: | ||
|Role=Maintainer | |Role=Maintainer | ||
|Email=Dr.Graef@t-online.de | |Email=Dr.Graef@t-online.de | ||
− | |Resource URL= | + | }} |
+ | {{Resource | ||
+ | |Resource audience=Python (Ref) | ||
+ | |Resource URL=https://pypi.org/project/q | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Ruby (Ref) | ||
+ | |Resource URL=https://rubygems.org/gems/q | ||
}} | }} | ||
{{Resource | {{Resource |
Latest revision as of 15:53, 29 March 2018
Q
http://q-lang.sourceforge.net/
Equational programming language
- " Q is no longer supported, see Pure instead.
Please note that Q has been superseded by the Pure programming language, so please head over to the new website and download the latest version of the Q successor today! "
Q (which stands for 'equational') is a functional programming language based on the term rewriting calculus. You specify a system of equations which the interpreter uses as rewrite rules to reduce expressions to normal form. Q lets you formulate programs in a high-level, declarative style. It is useful for scientific programming and other advanced applications, and also as a sophisticated kind of desktop calculator. Features include advanced symbolic expression manipulation, a fast bytecode interpreter, a collection of built-in types, support for lazy evaluation, exception handling, and multithreading, a libtool-based C interface, a standard library with various list processing functions, and add-on modules for interfacing with other programs.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Albert Graef | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Support | Mailing List Info/Archive | http://lists.sourceforge.net/mailman/listinfo/q-lang-users |
Ruby (Ref) | https://rubygems.org/gems/q | |
Developer | Mailing List Info/Archive | http://lists.sourceforge.net/mailman/listinfo/q-lang-devel |
Python (Ref) | https://pypi.org/project/q | |
Developer | VCS Repository Webview | http://sourceforge.net/cvs/?group_id=96881 |
Software prerequisites
Kind | Description |
---|---|
Weak prerequisite | GNU Octave (Octave module) |
Weak prerequisite | IBM Open Data Explorer (DX module) |
Weak prerequisite | Emacs (Q mode) |
Required to use | GNU multiprecision library (GMP) 3.0 or later |
Required to build | GNU multiprecision library (GMP) 3.0 or later |
Weak prerequisite | Tcl/Tk (Tk module) |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.