サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
2024年ランキング
compsoc.dur.ac.uk
compsoc.dur.ac.uk/~djw
My first experience with QEMU was the Debian package which didn't seem to work very well. So instead I got the source code from the QEMU website and compiled version 0.6.0. Which worked better, but still seemed to have problems. The later version 0.7.0 worked very well. Again I compiled from source. For the older version of this guide covering version 0.7 and earlier. Upgrading to version 0.8.0 wa
Hello, World! Here is the ubiquitous Hello World program. Note how the characters are converted to a binary encoding. The subroutine for writing out a string is also interesting. Hello, user! Slightly extended from the previous program, this program asks the user their name before saying hello to them. The subroutine for reading in a string is particularly interesting. Note how the input is duplic
The virtual machine on which programs run has a stack and a heap. The programmer is free to push arbitrary width integers onto the stack (only integers, currently there is no implementation of floating point or real numbers). The heap can also be accessed by the user as a permanent store of variables and data structures. Many commands require numbers or labels as parameters. Numbers can be any n
What is Whitespace? Most modern programming languages do not consider white space characters (spaces, tabs and newlines) syntax, ignoring them, as if they weren't there. We consider this to be a gross injustice to these perfectly friendly members of the character set. Should they be ignored, just because they are invisible? Whitespace is a language that seeks to redress the balance. Any non whit
Version 0.3 Haskell source (15k) (includes sample code and emacs mode) (GPG signature) Linux binary (400k) (GPG signature) Version 0.2 Haskell source (14k) (includes sample code) Solaris binary (365k gzipped) OSX binary (233k gzipped) Debian package (119k) RPM (119k) The source should compile on any Unix machine with the Glasgow Haskell Compiler version 5.02 or later. We're also informed that it c
このページを最初にブックマークしてみませんか?
『compsoc.dur.ac.uk』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く