funcall.blogspot.com funcall.blogspot.com

funcall.blogspot.com

Abstract Heresies

A blog about computers, functional languages, Lisp, and Scheme.

http://funcall.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR FUNCALL.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 2.9 out of 5 with 8 reviews
5 star
1
4 star
1
3 star
4
2 star
0
1 star
2

Hey there! Start your review of funcall.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • funcall.blogspot.com

    16x16

CONTACTS AT FUNCALL.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Abstract Heresies | funcall.blogspot.com Reviews
<META>
DESCRIPTION
A blog about computers, functional languages, Lisp, and Scheme.
<META>
KEYWORDS
1 abstract heresies
2 testing an rb tree
3 0 comments
4 reactions
5 alist
6 hash table
7 latest amusement
8 tail
9 inexpensive
10 the loop in
CONTENT
Page content here
KEYWORDS ON
PAGE
abstract heresies,testing an rb tree,0 comments,reactions,alist,hash table,latest amusement,tail,inexpensive,the loop in,last cdr2,compiles to this,instruction per iteration,locality and gc,and after,integers and rationals,rational integer,john cowan,make
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Abstract Heresies | funcall.blogspot.com Reviews

https://funcall.blogspot.com

A blog about computers, functional languages, Lisp, and Scheme.

INTERNAL PAGES

funcall.blogspot.com funcall.blogspot.com
1

Abstract Heresies: A useful, if somewhat pointless, trick with homographic functions

http://funcall.blogspot.com/2014/09/a-useful-if-somewhat-pointless-trick.html

Unorthodox opinions on computer science and programming. Thursday, September 18, 2014. A useful, if somewhat pointless, trick with homographic functions. In my previous posts I showed that if you are applying a homographic function to a continued fraction, you can partly evaluate the answer before you completely apply the function. Instead of representing homographic functions as lambda expressions, I'll represent them as a list of the coefficients. Lambda (t) (/ ( (* a t) b) ( (* c t) d) ). We can combi...

2

Abstract Heresies: September 2013

http://funcall.blogspot.com/2013_09_01_archive.html

Unorthodox opinions on computer science and programming. Monday, September 23, 2013. Putting it all together. A ChangeSafe repository is implemented as a transient wrapper object around a persistent object. The wrapper object caches some immutable metadata. You'd hate to have to run a transaction in the middle of the print function in order to print the repository name. The wrapper also contains metadata associated with the backing store that the repository is using. Oh yeah, there is. Anyway, it's the.

3

Abstract Heresies: A couple more homographic function tricks

http://funcall.blogspot.com/2014/09/a-couple-more-homographic-function.html

Unorthodox opinions on computer science and programming. Monday, September 22, 2014. A couple more homographic function tricks. A generalized continued fraction is an expression of the form:. You can partly apply a homographic function to a generalized continued fraction if you have a stream of the a. Define (partly-apply-general hf nums dens) (let ( a (first hf) (b (second hf) (c (third hf) (d (fourth hf) ) (if (empty-stream? For example, we can compute pi from this generalized continued fraction:.

4

Abstract Heresies: A use of Newton's method

http://funcall.blogspot.com/2014/08/a-use-of-newtons-method.html

Unorthodox opinions on computer science and programming. Wednesday, August 27, 2014. A use of Newton's method. Here is Gosper's algorithm for computing the square root of a rational number. Define (gosper-sqrt a b c d) ; Solve for ; ax b ; - - - = x ; cx d (define (newtons-method f f-prime guess) (let ( dy (f guess) ) (if (. Posted by Joe Marshall. Subscribe to: Post Comments (Atom). A use of Newtons method. Solutions in search of problems. Just a small puzzle. Mini regex golf 3: set cover.

5

Abstract Heresies: Stupid homographic function trick

http://funcall.blogspot.com/2014/09/stupid-homographic-function-trick.html

Unorthodox opinions on computer science and programming. Wednesday, September 3, 2014. Stupid homographic function trick. A function of the form. Is called a homographic function. Here is one in Scheme:. Lambda (t) (/ ( (* 3 t) 4) ( (* 5 t) 2) ). And here is what it's graph looks like:. If you multiply all the coefficients (. By the same number, it doesn't change the function. For instance, this homographic function:. Lambda (t) (/ ( (* 21 t) 28) ( (* 35 t) 14) ). Form, we can see something interesting:.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

plsadventures.blogspot.com plsadventures.blogspot.com

Adventures in Programming Languages and Semantics: February 2010

http://plsadventures.blogspot.com/2010_02_01_archive.html

Adventures in Programming Languages and Semantics. I write lots of words about lots of things. May or may not contain tautological statements. Friday, 26 February 2010. What are the semantics of your favourite programming language? Focusing purely on syntax is like reading Shakespeare and then commenting on the excellent quality of the spelling" - David Streader. I came across a recent post about the importance of semantics. On the Abstract Heresies. In programming languages, this is essentially the diff...

plsadventures.blogspot.com plsadventures.blogspot.com

Adventures in Programming Languages and Semantics: What are the semantics of your favourite programming language?

http://plsadventures.blogspot.com/2010/02/what-are-semantics-of-your-favourite.html

Adventures in Programming Languages and Semantics. I write lots of words about lots of things. May or may not contain tautological statements. Friday, 26 February 2010. What are the semantics of your favourite programming language? Focusing purely on syntax is like reading Shakespeare and then commenting on the excellent quality of the spelling" - David Streader. I came across a recent post about the importance of semantics. On the Abstract Heresies. In programming languages, this is essentially the diff...

offbeatorthodoxy.com offbeatorthodoxy.com

Offbeat Orthodoxy: April 2010

http://www.offbeatorthodoxy.com/2010_04_01_archive.html

Life, programming, and other applied philosophy. Thursday, April 22, 2010. Why don't browsers provide a generic VM instead of just Javascript? Why is it that the only way to make a web page scriptable and dynamic is to use Javascript? Saturday, April 17, 2010. Blogging is a Good Thing. In theory, I think blogging is a really good idea. It helps keep you in contact with people. It exercises writing skills. Writing about an issue forces you to think about it deeply and more critically. If I have something ...

a-nickels-worth.blogspot.com a-nickels-worth.blogspot.com

A Nickel's Worth: June 2007

https://a-nickels-worth.blogspot.com/2007_06_01_archive.html

Sunday, June 17, 2007. Over the last six months I have been porting the 1981 version. My intention was to learn the basics of CL; it's a straight port of the game. I wish I had thought of porting something sooner (especially Rogue, which I once ported to PC/GEOS. In the case of C and CL, porting was a good way to learn all the side-effect-y features of CL that are often glossed over in CL books (which focus more on functional programming). Was until I realized it's equivalent to make. Links to this post.

a-nickels-worth.blogspot.com a-nickels-worth.blogspot.com

A Nickel's Worth: August 2007

https://a-nickels-worth.blogspot.com/2007_08_01_archive.html

Saturday, August 25, 2007. For all I care. Maybe blog, will I, about it, some day. So macros, in fact, cannot really get in the way of readability. In fact, they have the potential to greatly enhance readability, used judiciously (and as pointed out earlier, if your company is not run judiciously, you have larger issues to work out first). How many of you out there have worked somewhere that had some kind of coding guidelines? I could go on and on about this, but it's getting late so I'll just wrap it up...

a-nickels-worth.blogspot.com a-nickels-worth.blogspot.com

A Nickel's Worth: CL-ROGUE

https://a-nickels-worth.blogspot.com/2007/06/cl-rogue.html

Sunday, June 17, 2007. Over the last six months I have been porting the 1981 version. My intention was to learn the basics of CL; it's a straight port of the game. I wish I had thought of porting something sooner (especially Rogue, which I once ported to PC/GEOS. In the case of C and CL, porting was a good way to learn all the side-effect-y features of CL that are often glossed over in CL books (which focus more on functional programming). Was until I realized it's equivalent to make. New Ways to Discove...

a-nickels-worth.blogspot.com a-nickels-worth.blogspot.com

A Nickel's Worth: September 2007

https://a-nickels-worth.blogspot.com/2007_09_01_archive.html

Sunday, September 2, 2007. It is unlikely that every. Programmer is familiar with Icarus. But I bet that almost all programmers have something in common with him. Programmers are saturated with advice not. To do things, similar to the advice Icarus' dad gave him about aviation. Don't use threads unless you really know what you're doing (and then don't use them anyway.) Don't use new language features (they're too dangerous.) Use the "right tool for the right job" (i.e., not the one you. How cool is that?

a-nickels-worth.blogspot.com a-nickels-worth.blogspot.com

A Nickel's Worth: Everything in Moderation

https://a-nickels-worth.blogspot.com/2007/02/pl2.html

Monday, March 12, 2007. Operation code (which was a real b* *h to write, by all accounts). C's other statement types translated readily into DEA, too. For example, the "for" loop reduced 30 lines of DEA (on average) down to about 10 lines (on average) of C: a big savings in those days, when one had to write code by hand, telegraph it to a computing facility (at a penny a word! And wait patiently for the results. I commend heartily the intentionally. Tall to ride The Bombaster. Have changed since 1849&#46...

a-nickels-worth.blogspot.com a-nickels-worth.blogspot.com

A Nickel's Worth: November 2007

https://a-nickels-worth.blogspot.com/2007_11_01_archive.html

Tuesday, November 6, 2007. Tip #0: Use Emacs 22. Emacs 22 is super stable. About half of my .emacs file (before I cleaned it up) was loading stuff that's now part of Emacs 22 and has autoloads. Tip #1: Never quit Emacs. Okay, this has nothing to do with your .emacs file, but I have to put it in here. Just because your .emacs file should load quickly doesn't imply that you should quit and restart all the time. Figure it out! Tip #2: (require 'cl). Tip #3: Never LOAD, never REQUIRE. The only call to LOAD.

UPGRADE TO PREMIUM TO VIEW 46 MORE

TOTAL LINKS TO THIS WEBSITE

55

OTHER SITES

funcalcs.com funcalcs.com

Forex Lot Size Calculator and Stop Loss Calculator

Profitability of a trading system. Profitability of a trading system. Net Present Value Calculator. Profitability of a trading system. Lease vs. Buy Calculator. Have a suggestion for a newcalculator? Want a custom built calculator for your website? Send us an email to: "info AT forexnewstrade.com". Have a great idea but not sure how to get a patent or bring it to market? Check out the new site to learn about getting a patent. The site also includes costs for a patent. And a provisional template.

funcalendar.com funcalendar.com

funcalendar.com -

The domain funcalendar.com may be for sale. Click here to make an offer or call 877-588-1085 to speak with one of our domain experts. This domain may be for sale. Buy this Domain.

funcalgary.com funcalgary.com

Welcome!

Carnivals for Kids at Heart. Madd Hatter / Red Queen. Carnivals for Kids at Heart. Carnivals for Kids at Heart. Face / Body Painting. Carnivals for Kids at Heart. Greg T Comedy Magic. So come on Calgary, it’s not magic! It’s the best way to locate fun. And those who create fun for you! June 30, 2010 at 10:57 am. The Image Stop Ltd.

funcalimero.skyrock.com funcalimero.skyrock.com

Blog de funcalimero - sa va ouai b alors regale toa sur mon blog - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Sa va ouai b alors regale toa sur mon blog. Mon blog avec des images des photos et tous bon laisse des com's. Mise à jour :. Abonne-toi à mon blog! N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Posté le vendredi 12 janvier 2007 12:04. Ou poster avec :. Ou poster avec :.

funcall.blogspot.com funcall.blogspot.com

Abstract Heresies

Unorthodox opinions on computer science and programming. Saturday, January 30, 2016. Race results are in. Some people wanted to compare machines, so here is the exact code I used and some sample values I got from running it on my laptop. I'm curious what values other people get. Here's a sample run on my laptop. We make an alist with 10 elements and call ASSQ 100,000,000 times on it, fetching each entry about the same number of times. Testing a hash table:. And wt-trees while we're at it:. Is a simple da...

funcall.co.uk funcall.co.uk

Funcall Communications - Home

Global System for Mobile Communications. In case of Emergency, wireless communication for lifts. Save over 65% per line. In case of mains power cuts, the batteries provide 11 hours standby time. Installed from £290 Including line rental. Connecting customers for 6 years. The GSM terminal has been developed to provide a wireless signal where a fixed line would either be very expensive or impossible becuause of a lack of network infrastructure. Read more. Designed by Jackson Hammond.

funcall.com.tw funcall.com.tw

台灣固網 Web Hosting

funcall.net funcall.net

Funcall - Organistatie

INTERNET, DOMAINS, COMMERCE. Internet is niet meer weg te denken uit onze hedendaagse maatschappij. Zowel prive als zakelijk is onze communicatie door het internet vereenvoudigd, sneller en vooral veelzijdiger geworden. Of u nu simpel een e-mailtje wilt versturen of mensen wilt informeren met uw website, u bent altijd afhankelijk van uw internetverbinding en de provider.

funcaller.com funcaller.com

funcaller.com

The domain funcaller.com is for sale. To purchase, call Afternic at 1 339-222-5147 or 866-836-6791. Click here for more details.

funcallgames.com funcallgames.com

Funcall Games

Sorry, this site doesn't exist yet. In the mean time, the following may be of interest:. Our game for the Seven Day Roguelike Challenge 2010. Following the making of our flagship space strategy title.