Open Source Specification of the APL Language? [closed] - specifications

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Ruby has Ruby Spec.
Does APL have anything (open source) close to this available? A list of expected inputs and outputs at least? Or some sort of core specification for the APL language?

See Iverson's Dictionary of APL. The end notes contain many references that may also be useful. In addition, the jsoftware site also has many resources related to APL.

Related

Why are there so few CL repos on Github? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Do CL projects generally use something else (like Haskell-projects do) or is the community really that small?
https://github.com/languages/Common%20Lisp/most_watched
A project to provide access to Common Lisp libraries is Quicklisp. See the list of libraries.
For hosted projects see also: common-lisp.net . Also sourceforge and others...

Best practices to reduce file size? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What are the best practices, in general to reduce the file size of your iphone app?
Do Reuse of functions instead of multiple functions
Remove unnecessary code
Remove debugging code.
Use object oriented style of coding instead of procedural
See this links:
1. question1
2. question2
3. question3

New or Old Non-MVC PHP Frameworks [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I know this has been asked way too many times... But I am in search of a non-mvc-based PHP framework. My only requirements are that it be stable enough, and not one that can be easily found (meaning that if it can be easily found, then I've probably already found it, and don't like it)
Any help is appreciated
Thanks!
Check out Fat Free - can be used in an MVC way or not - super flexible, but needs PHP 5.3+ to run.

Criticism of R6RS scheme [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I heard many complaints by Schemers about the new R6RS Scheme. What has become worse than in R5RS?
You should read the comments that the electors have posted with their votes on R6RS ratification. Some of them are very telling.
Obviously, reasonable people can disagree about some of them. Try to read them with an open mind. :-)

Snippets in matlab editor [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Is there a way to incorporate in some way (suggestions welcome) snippets in matlab's editor. I just need static snippets feature, for standard and often used stuff (simple formatting, plotting and the like) ...
Talking about matlab 2008b here; I don't know if the situation changed in the recent versions.
yes there is - you can use my EditorMacro utility for this, as explained here:
http://UndocumentedMatlab.com/blog/editormacro-assign-a-keyboard-macro-in-the-matlab-editor/