West Lima, Wisconsin

West Lima is an unincorporated community in the Town of Bloom, Richland County, Wisconsin, United States.[1] The community is located at the intersection of County Highway A and County Highway D.

West Lima
West Lima
Location within the state of Wisconsin
Coordinates: 43°32′48″N 90°31′50″W
Country United States
State Wisconsin
CountyRichland
Time zoneUTC-6 (Central (CST))
  Summer (DST)UTC-5 (CDT)
Area code(s)608

History

In its heyday West Lima had 700 residents, a teachers' hotel, a brick schoolhouse built in 1920,[2] a post office, a cheese factory, blacksmiths, two milliners, a flour mill, a furniture store, and a hardware store. By the early 1990s its buildings were abandoned and fallen into disrepair. In 1991 several buildings in West Lima were acquired by Xexoxial Endarchy, Ltd., a nonprofit arts and education organization, for use as an intentional community known as Dreamtime Village. The old hotel, with eight rooms and a kitchen, became the home of several permanent residents and temporary housing for guests, who have included Patch Adams and Peter Lamborn Wilson. West Lima remains home to many residents who are not part of Dreamtime Village.[3]

gollark: Esobot... hurry up.
gollark: <@435756251205468160> esowiki WHY
gollark: It was to prove to <@!341618941317349376> that COMPILED DOES NOT MEAN FAST.
gollark: Yep!
gollark: Execute THIS!```pythonimport argparseimport subprocessparser = argparse.ArgumentParser(description="Compile a WHY program")parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```

References

  1. "West Lima, Wisconsin". Geographic Names Information System. United States Geological Survey.
  2. Richland County People and Places. Richland Center, Wisconsin: Shopping News, 1999
  3. Darlington, Tenaya. "24 Hours in Dreamtime Village." Isthmus, August 17, 2001



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