Skip to content
View JossWhittle's full-sized avatar
😸
😸

Highlights

  • Pro

Organizations

@SwanseaUniversityMedical @SwanseaUniversityDataScience
Block or Report

Block or report JossWhittle

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. A BNF Grammar for the JOSS Programmi... A BNF Grammar for the JOSS Programming Language. The JOHNNIAC Open Shop System (JOSS) was a programming language developed by the RAND Corporation between 1963-1964 to allow mathematicians and engineers to run simple yet time consuming calculations with little to no knowledge of computers and without access to a computer expert. JOSS was the first language to facilitate concurrent use of a system, allowing up to eight people be using JOSS simultaneously from separate typewriter terminals. These terminals were two-tone, with user inputs being printed in black ink and JOSS's replies being printed in green. JOSS was referred to as "The helpful assistant" due to it's use of pronouns and natural styled language when conversing with the user. For instance, when a malformed line was presented to JOSS to which it could not determine where the fault lied, JOSS would simply reply with the term "Eh?" A more in depth write up on this language and my personal interest in it can be found here: http://l2program.co
    1
    --- Strings & Numbers ---
    2
    
                  
    3
    <String>        := <Char> | <Char> <String>
    4
    <Char>          := <Alpha> | <Digit> | <SpecialChar>
    5
    <Alpha>         := "A..Z" | "a..z"
  2. FlintPlusPlus FlintPlusPlus Public archive

    Forked from facebookarchive/flint

    Flint++ is cross-platform, zero-dependency port of flint, a lint program for C++ developed and used at Facebook.

    C++ 264 21

  3. XKCD_Stitcher XKCD_Stitcher Public

    Java 2

  4. Pacman Pacman Public

    Pseudo 3D Pacman

    Java 1

  5. string_ext string_ext Public

    C++ 2

  6. vMIX vMIX Public

    An MIX (1009) Emulator for running program samples from TAOCP...

    C++ 1