Dear Haskellers, I think I remember that some program was used to generate either the Hugs or GHCi ascii logo that appears when you fire up the interpreter. __ __ __ __ ____ ___ || || || || || || ||__ ___ ___ _ ||___|| ||__|| ||__|| __|| / _ \ /\ /\/ __(_) ||---|| ___|| / /_\// /_/ / / | | || || / /_\\/ __ / /___| | || || Version: March 2005 \____/\/ /_/\____/|_| (view with a fixed width font) Where can I find this program? I used to know, but can't remember and can't seem to get Google to tell me. Nathan Mishra Linger
Nathan Mishra Linger wrote:
Dear Haskellers,
I think I remember that some program was used to generate either the Hugs or GHCi ascii logo that appears when you fire up the interpreter.
__ __ __ __ ____ ___ || || || || || || ||__ ___ ___ _ ||___|| ||__|| ||__|| __|| / _ \ /\ /\/ __(_) ||---|| ___|| / /_\// /_/ / / | | || || / /_\\/ __ / /___| | || || Version: March 2005 \____/\/ /_/\____/|_| (view with a fixed width font)
Where can I find this program? I used to know, but can't remember and can't seem to get Google to tell me.
figlet Cheers, Simon
I think I remember that some program was used to generate either the Hugs or GHCi ascii logo that appears when you fire up the interpreter.
While not being the same, there's a similar program in the Hugs demos directory: /usr/lib/hugs/demos/Say.hs Say> putStr $ say "Hugs" H H U U GGGG SSSS H H U U G S HHHHH U U G GG SSS H H U U G G S H H UUU GGG SSSS Regards, afpelmus
Nathan Mishra Linger wrote:
Dear Haskellers,
I think I remember that some program was used to generate either the Hugs or GHCi ascii logo that appears when you fire up the interpreter.
__ __ __ __ ____ ___ || || || || || || ||__ ___ ___ _ ||___|| ||__|| ||__|| __|| / _ \ /\ /\/ __(_) ||---|| ___|| / /_\// /_/ / / | | || || / /_\\/ __ / /___| | || || Version: March 2005 \____/\/ /_/\____/|_| (view with a fixed width font)
Where can I find this program? I used to know, but can't remember and can't seem to get Google to tell me.
M-x artist-mode ...in Emacs might come close too. -- Jason
On Dec 27, 2006, at 12:36 , Jason Mobarak wrote:
Nathan Mishra Linger wrote:
Dear Haskellers, I think I remember that some program was used to generate either the Hugs or GHCi ascii logo that appears when you fire up the interpreter. __ __ __ __ ____ ___ || || || || || || ||__ ___ ___ _ ||___|| ||__|| ||__|| __|| / _ \ /\ /\/ __(_) ||---|| ___|| / /_ \// /_/ / / | | || || / /_\\/ __ / /___| | || || Version: March 2005 \____/\/ /_/\____/|_| (view with a fixed width font) Where can I find this program? I used to know, but can't remember and can't seem to get Google to tell me.
M-x artist-mode
Something like "figlet", I imagine. -- brandon s. allbery [linux,solaris,freebsd,perl] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH
participants (5)
-
apfelmus@quantentunnel.de -
Brandon S. Allbery KF8NH -
Jason Mobarak -
Nathan Mishra Linger -
Simon Marlow