Larry Lehman

Larry Lehman (1945 – December 10, 2004) was a Chief Justice of the Wyoming Supreme Court.

Larry Lehman
Chief Justice of Wyoming
In office
2000  June 30, 2002
Preceded byWilliam A. Taylor
Succeeded byWilliam U. Hill
Justice of the Wyoming Supreme Court
In office
July 8, 1994  December 10, 2004
Appointed byMike Sullivan
Preceded byG. Joseph Cardine
Succeeded byE. James Burke
Personal details
Born1945
Iowa City, Iowa
Died (aged 59)

Born in Iowa City, Iowa, Lehman received a JD from the University of Wyoming College of Law in 1976. He practiced with the firm of Vehar, Lehman, Beppler & Jacobson, P.C., in Evanston, Wyoming.

He served as a judge in Uinta County, Wyoming, from 1985 to 1988, and as a state district judge for Albany and Carbon counties. On July 8, 1994, Governor Mike Sullivan appointed Lehman was to a seat on the Wyoming Supreme Court. Lehman became Chief Justice in 2000, and was the first chief justice to serve a four-year term. He died from brain cancer, a month before he was scheduled to step down.

Sources

Political offices
Preceded by
G. Joseph Cardine
Justice of the Wyoming Supreme Court
1994–2004
Succeeded by
E. James Burke
gollark: What about a zip file which extracts itself and works as a script for extracting itself too?
gollark: ```pythondef why(regex, string): l = [] while True: l.append(l) ```
gollark: I think the segfault-causing is pretty good though.
gollark: Hmm, perhaps.
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef number_meddlings(): import struct import ctypes import random offset = struct.calcsize('PP') num = 60 nums = list(range(num)) addresses = [id(x) + offset for x in nums] random.shuffle(nums) for a, n in zip(addresses, nums): ctypes.c_ssize_t.from_address(a).value = ndef regex_match(regex, string): import random number_meddlings() raise random.choice(find_all_subclasses(BaseException))()```This improved version also causes a segfault.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.