Jonathan Arkell
|
Registered User
|
Artist, musician, programmer, father, designer, synth builder.
|
|
1d |
comment |
What does Google Closure Library offer over jQuery? This article is bad. Very bad. On top of the micro-optimizations that Jason called out, the author goes on to say that closure would cause memory leaks by using the memoization feature to, for instance, cache the results of the mouse position. In this case, not only would that not cause a memory leak, but it demonstrates a complete lack of understanding of what memoization is and how it works. |
|
Nov 18 |
comment |
Setting up an emacs environment in windows? If you are going to go with cygwin, install it on the root. Cygwin will warn you that it is a bad idea, but i have not actually seen any problems with doing that. YMMV. |
|
Nov 13 |
awarded | ● Good Answer |
|
Nov 10 |
comment |
scheme and set! This can also be done with parameters: srfi.schemers.org/srfi-39/srfi-39.html |
|
Oct 30 |
accepted | Cons of first class continuations |
|
Oct 28 |
answered | Recommendations for OpenGL / Scheme combination |
|
Oct 27 |
comment |
emacs why do I have hashes at the ends of my file names i.e. #test.c# You will probably have to remove the files with this: rm \#* |
|
Oct 23 |
comment |
Are there Lisp native code compilers? iro.umontreal.ca/~gambit Gambit Homepage ccs.neu.edu/home/will/Larceny Larceny Homepage Gambit compiles to C, Larceny compiles either to C, machine code or the CLR. |
|
Oct 23 |
answered | Are there Lisp native code compilers? |
|
Oct 23 |
comment |
How does emacs url package handle authentication? You shouldn't need the defadvice hack. If I recall, url-http-handle-authentication uses url-http-basic-authorization as an auth cache, so if there is an entry already in the alist, it won't prompt the user, unless it gets a 2nd 403 header. |
|
Oct 23 |
answered | How does emacs url package handle authentication? |
|
Oct 16 |
accepted | CGI Programming in Elisp? |
|
Oct 7 |
answered | CGI Programming in Elisp? |
|
Oct 7 |
answered | Does anyone use the Scheme programming language for a living? |
|
Sep 25 |
answered | Emacs: Keyboard Macros and Dired |
|
Sep 23 |
comment |
Cons of first class continuations Whether programmers understand continuations or not depends on the goals of the language. Obviously this would be a bad thing for Cobol or Java. But for a language like Scheme or Haskell it isn't a factor. |
|
Sep 23 |
answered | Cons of first class continuations |
|
Sep 23 |
comment |
Cons of first class continuations That's a gross oversimplification. |
|
Sep 22 |
accepted | which shell-command in emacs lisp? |
|
Sep 21 |
answered | which shell-command in emacs lisp? |
|
Sep 17 |
awarded | ● Yearling |
|
Sep 13 |
answered | Deep dark secrets of Emacs? |
|
Sep 11 |
answered | Emacs: import a CSV into org-mode |
|
Aug 31 |
comment |
What is the best functional language for scientific programming That really depends on your implementation. Chicken and Gambit scheme are pretty darn speedy (they compile down to C), and have a decent set of libraries. PLT schemes library base is massive. |
|
Aug 31 |
comment |
Creating a REST client API why the downvotes? |
|
Aug 13 |
answered | Emacs exercises to become more comfortable and familiar with the editor itself as well as Lisp? |
|
Jul 8 |
awarded | ● Nice Answer |
|
Jun 17 |
answered | Javascript major mode in Emacs |
