Forum: Legacy and Other Languages Apr 6th, 2007 |
| Replies: 90 Views: 29,178 Showing off with a C# WindowsApplication:
using System;
using System.Windows.Forms;
namespace WindowsApplicationHello
{
public class Form1 : System.Windows.Forms.Form
{
private... |
Forum: Legacy and Other Languages Apr 6th, 2007 |
| Replies: 4 Views: 7,028 Why does Haskell give such huge executable files? I compiled a simple "Hello world!" program using 'ghc --make hello.hs' and came up with an 'hello.exe' file of over 700 kb! |
Forum: Legacy and Other Languages Mar 26th, 2007 |
| Replies: 90 Views: 29,178 output = "Hello World! in Snobol" |
Forum: Legacy and Other Languages Mar 8th, 2007 |
| Replies: 3 Views: 4,310 Interesting, how do you run this program? |