Fortuna (California)
Fortuna is a city in Humboldt County in the North Coast region of the state of California.
Get in
You can get in to Fortuna from the north or south by 101 or from the west by 36.
Get around
See
Buy
Eat
Drink
- Eel River Brewing Company, 1777 Alamar Way, ☎ +1 707-725-BREW (2739) (2739). 11AM-11PM daily.
Sleep
- Best Western Country Inn, 2025 Riverwalk Dr, ☎ +1 707 725-6822, fax: +1 707 725-5270.
- Holiday Inn Express, 1859 Alamar Way, ☎ +1 707 725-5500.
Go next
Routes through Fortuna |
Eureka ← Jct S |
N |
→ Scotia → Santa Rosa |
END ← | W |
→ Mad River → Red Bluff |
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.
gollark: Oh, like our interpreter race.
This article is issued from Wikivoyage. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.