Will Seymour Monroe

Will Seymour Monroe (1863 Hunlock, Pennsylvania – 1939) was a United States educator.

Biography

He attended Stanford University, and studied at the Jena, Paris, and Leipzig universities, becoming in 1896 professor of psychology at the Massachusetts Normal School, Westfield. After 1909, he taught at the New Jersey State Normal School, Montclair. He lectured before many universities in the United States and abroad, and was delegate to many congresses and expositions.

Works

Notes

    gollark: I think it's in `infocontext.txt`: they believed people were misled into thinking the other staff were not happy with rule changes.
    gollark: Indeed!
    gollark: OCaml.
    gollark: It can parse tuples of integers.
    gollark: ```ocamlopen MParsertype expr = int * int[@@deriving show]let integer = many1_chars digit |>> int_of_stringlet parser = integer >>= (fun i -> char ',' >> (integer |>> (fun x -> (i, x))))let eval (str:string) : expr = match MParser.parse_string parser str () with | Success x -> x | Failed (msg, _e) -> failwith msglet () = Format.printf "%a\n" pp_expr (eval "0,1")```HIGHLY advanced programming language design.

    References

    •  Reynolds, Francis J., ed. (1921). "Monroe, Will Seymour" . Collier's New Encyclopedia. New York: P. F. Collier & Son Company.
    • Portrait and information on 1921 visit to Shanghai, China


    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.