Re: [gnu-prog-discuss] Happy birthday Guile 2.0!

2012-02-16 Thread Jim Blandy
Happy Birthday, Guile!

Re: [gnu-prog-discuss] Happy birthday Guile 2.0!

2012-02-16 Thread Nala Ginrut
Happy birthday!

Re: [gnu-prog-discuss] Happy birthday Guile 2.0!

2012-02-16 Thread Nala Ginrut
Besides, the BIG also can be use in Bash script. But if you didn't build BIG within Bash, you must load it in script each time: test.sh-- #! /bin/bash enable -f ./big big e=5 a=$(big (expt 2 ${e})) echo result is ${a} end--- $ ./test.sh result is

Re: [gnu-prog-discuss] Happy birthday Guile 2.0!

2012-02-16 Thread Nala Ginrut
s/for Guile exp evaluation/for Guile exp evaluation directly On Fri, Feb 17, 2012 at 9:39 AM, Nala Ginrut nalagin...@gmail.com wrote: Besides, the BIG also can be use in Bash script. But if you didn't build BIG within Bash, you must load it in script each time: