Tula Mountains

The Tula Mountains are a group of extensive mountains lying immediately eastward of Amundsen Bay in Enderby Land, Antarctica. They were discovered on January 14, 1930 by the British Australian New Zealand Antarctic Research Expedition (BANZARE) under Mawson and named "Tula Range" by him after John Biscoe's brig, the Tula, from which Biscoe discovered Enderby Land in 1831. The term "mountains" was recommended for the group following an ANARE (Australian National Antarctic Research Expeditions) sledge survey in 1958 by G.A. Knuckey.[1]

Tula Mountains
Tula Mountains in Enderby Land, Antarctica

Named Tula mountains

gollark: It's very\* readable\*\*.
gollark: ```javascriptconst spaces = regex(/^ */)const whitespace = regex(/^[ \n\t]*/)const name = regex(/^[^ \n\t():]+/)const code = many(coroutine(function*() { yield spaces return yield choice([ coroutine(function*() { yield char("(") const x = yield code yield spaces yield char(")") return x }), name ])}))const program = sequenceOf([ many1(coroutine(function*() { yield whitespace const n = yield name yield whitespace yield str(":=") const c = yield code return { code: c, name: n } })), possibly(whitespace)]).map(([x, _]) => x)```parsing™
gollark: It was very elegant. I combinated™ it in a few lines of code.
gollark: It went nicely and I had a cool parser and all until it turned out that we were accidentally pushing to the wrong end of a list or something in a stupidly hard to debug way.
gollark: Fun times, that was. We were using JS to implement that weird stacky language.

References

 This article incorporates public domain material from websites or documents of the United States Geological Survey.


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