eScan Anti-Virus solution designed for home users is a comprehensive
Anti-Virus and Content Security Solution that provides proactive
protection to your computers against Malware and other threats that
creep around the internet such as Viruses, Spyware, Adware,
Keyloggers, Rootkits, Botnets, Hackers, Spam, and range of Information
* Performance improvements include the use of epoll()/kqueue()
instead of select() for the Racket thread scheduler, cross-module
inlining of small functions, and the use of SSE instead of x87 for
JIT-compiled floating-point operations on platforms where SSE is
here's a web spider program I made for guile, the s48 version might
be a bit buggy. It uses sockets, posix and posix-files only :
[link]
FE
I have this problem :
Utopia's tax accountants always use programs that compute income taxes
even though the tax rate is a solid, never-changing 15%. Define the
program tax, which determines the tax on the gross pay.
Also define netpay. The program determines the net pay of an employee
Please be sure to upgrade to 2.0.5 if you already installed 2.0.4.
We apologize for the inconvenience.
The Guile web page is located at [link] .
Guile is an implementation of the Scheme programming language, with
support for many SRFIs, packaged for use in a wide variety of
I skimmed R5RS, and found there was no `s-expression' or `form.'
Instead there were `data/datum' and `expression.'
I found a sentence:
And I found an example:
Which word (data or datum) is better to represent what is called an
`s-expression' traditionally?
Thank you.
--
Hiroki Horiuchi from Japan
One of the first exercises I have to make a Faharenheit -> Celcius
converter.
The formula is Celcius = (Fahrenheit - 32) / 1.8
So I did this :
def (Fahrenheit to Celcius)
/( - (F 32)+1) /( 8 10)
But I see this message :
<unsaved editor>:2:3: /: expected a function call, but there is no open
Are the answers to the book "Structure and Interpretation of Computer
Programs" somewhere on the net.
I try to selfstudy LISP and it helps if I can see if the answers I give
are correct.
Regards.
Roelof Wobben
this was my first guile related project.
Original (2003) homepage is here (I lost the password) :
[link]
I'm improving it after selling it by adding space levels, which is doable in scheme
and a few startup files (for graphics). Guile 1.6 is recommended for it for now!
I've made the Comprehensive Scheme Archive Network (from CPAN) a reality.
It is a simple file fetcher client-server system written in scsh and thus
can also be used as an actor or agent system. You can implement
scheme CGI scripts for making e.g. a web interface for it.
It's in savannah's sunterlib git repository :
============================== ============================== =
European Lisp Symposium 2012, Zadar, Croatia.
The purpose of the European Lisp Symposium is to provide a forum for the discussion and dissemination of all aspects of design, implementation and application of any of the Lisp and Lisp-inspired dialects, including Common Lisp, Scheme, Emacs Lisp, AutoLisp, ISLISP, Dylan, Clojure, ACL2, ECMAScript, Racket, SKILL, and so on. We encourage everyone interested in Lisp to participate.
We would like to inform you that we have updated our list with the
following new titles.
You can contact us directly at Student.p24(at)Hotmail(dot)com .
If the title you are looking for is not listed, do not hesitate to
contact us,
we will try to help.
==========
2011 Federal Taxation, 5th Edition 2011, Pratt.Kulsrud, Instructor
I have just read Chapter 5 of this book. I cannot understand one
thing.
Question:
I think `eqlist?' is horrible, because I can easily write `equal?'
without this.
It is very straightforward. See, [link]
Why `eqlist?' is needed?
Thank you.
Hiroki Horiuchi
"The development of the compiler is described in detail in an extended
tutorial. Supporting material for the tutorial such as an automated
testing facility coupled with a comprehensive test suite are provided
with the tutorial."
The Super Bowl is the championship game of the American league of professional football teams — and an annual cultural event. The first Super Bowl, won by the Green Bay Packers under head coach Vince Lombardi, was in 1967, and wasn’t even called “Super Bowl” at the time; the name didn’t attach to the game until Super Bowl III, when Joe Namath of the New York Jets guaranteed a victory. Roman numerals have been used to designate the Super Bowl ever since. The game this year, between the Boston Patriots and New York Giants, is Super Bowl XLVI; you can solve today’s exercise while you watch the game on Sunday evening.
John D. Cook turned the wacky roman numerals of the Super Bowl into an exercise at his blog; he was inspired by an advertisement for Super Bowl XLVI on a pizza box. Cook asked his readers to compute how many numbers can be expressed as roman numerals without duplicating any of the symbols I, V, X, L, C, D or M.
Your task is to compute the number of roman numerals that have no duplicate characters. When you are finished, you are welcome to read or run a suggested solution, or to post your own solution or discuss the exercise in the comments below.