haunt.dthompson.us haunt.dthompson.us

haunt.dthompson.us

Home — Haunt

Haunt is a simple, functional, hackable static site generator written in Guile Scheme that gives authors the ability to treat websites as programs. Download Haunt 0.2. Haunt isn't your average static site generator. Its mission is to give authors the full expressive power of Scheme to define every aspect of their websites are generated. Haunt uses a simple, functional build system that allows any type of web page to be built by writing procedures that return page objects. Once the site is built, running.

http://haunt.dthompson.us/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR HAUNT.DTHOMPSON.US

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

June

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.6 out of 5 with 5 reviews
5 star
3
4 star
2
3 star
0
2 star
0
1 star
0

Hey there! Start your review of haunt.dthompson.us

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.8 seconds

CONTACTS AT HAUNT.DTHOMPSON.US

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Home — Haunt | haunt.dthompson.us Reviews
<META>
DESCRIPTION
Haunt is a simple, functional, hackable static site generator written in Guile Scheme that gives authors the ability to treat websites as programs. Download Haunt 0.2. Haunt isn't your average static site generator. Its mission is to give authors the full expressive power of Scheme to define every aspect of their websites are generated. Haunt uses a simple, functional build system that allows any type of web page to be built by writing procedures that return page objects. Once the site is built, running.
<META>
KEYWORDS
1 downloads
2 docs
3 hauntscm
4 and a
5 posts
6 haunt build
7 haunt serve
8 and visiting
9 news
10 license
CONTENT
Page content here
KEYWORDS ON
PAGE
downloads,docs,hauntscm,and a,posts,haunt build,haunt serve,and visiting,news,license,contributing,davet,for now
SERVER
Apache/2.4.10 (Debian)
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Home — Haunt | haunt.dthompson.us Reviews

https://haunt.dthompson.us

Haunt is a simple, functional, hackable static site generator written in Guile Scheme that gives authors the ability to treat websites as programs. Download Haunt 0.2. Haunt isn't your average static site generator. Its mission is to give authors the full expressive power of Scheme to define every aspect of their websites are generated. Haunt uses a simple, functional build system that allows any type of web page to be built by writing procedures that return page objects. Once the site is built, running.

INTERNAL PAGES

haunt.dthompson.us haunt.dthompson.us
1

Introducing Haunt — Haunt

https://haunt.dthompson.us/introducing-haunt.html

By David Thompson Sat 08 August 2015. I am pleased to announce the first alpha release of Haunt, yet another static site generator. Does the world really need another one of those? Naturally, this website is built with Haunt. You can see its complete source code in the. Directory in Haunt's official git repository. The Haunt 0.1 release tarball URL can be found on the downloads page.

2

Haunt Reference Manual: Top

https://haunt.dthompson.us/manual/index.html

Appendix A GNU Free Documentation License. This document describes Haunt version 0.2.1, an extensible, functional static site generator. How to get started quickly. Bull; Command-line Interface. Using Haunt from the command-line. Bull; Programming Interface. Using the Haunt API in Scheme. How to contribute to Haunt. Bull; GNU Free Documentation License. The license of this manual. Bull; Concept Index. Bull; Programming Index. Data types, procedures, syntax, and variables. Downloading the source code.

3

Downloads — Haunt

https://haunt.dthompson.us/downloads.html

Haunt-0.2.1.tar.gz. Haunt-0.2.1.tar.gz.sig. Haunt-0.2.tar.gz. Haunt-0.2.tar.gz.sig. Haunt-0.1.tar.gz. The text and images on this site are free culture works available under the Creative Commons Attribution Share-Alike 4.0 International.

4

Haunt 0.2 released — Haunt

https://haunt.dthompson.us/haunt-02-released.html

Haunt 0.2 released. By David Thompson Sun 24 April 2016. I am pleased to announce the release of Haunt version 0.2. This release features new readers for the Texinfo. Markup formats, an Info manual, small improvements to the Atom and blog builders, and bug fixes. Builder: atom: Allow atom feeds to correctly set the blog prefix. Build: Allow building with Guile 2.2. Post: Allow dashes in slugs. Serve: Catch exceptions when rebuilding site. Source tarball: haunt-0.2.tar.gz.

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

4

LINKS TO THIS WEBSITE

dthompson.us dthompson.us

Jump to Jasmine Specs with Rinari — dthompson

https://dthompson.us/jump-to-jasmine-specs-with-rinari.html

Jump to Jasmine Specs with Rinari. December 17, 2013. I use the rinari. Emacs mode to assist me when working on rails projects. One of rinari’s most useful features is the ability to quickly jump from one file to another related file. I use this feature almost exclusively for jumping between a ruby class file and its associated rspec file, but lately I’ve been spending most of my time writing javascript. At VHL, we use jasmine. For our unit testing framework and the jasmine ruby gem. Now I can press.

dthompson.us dthompson.us

First GNU Guile Patch and More Guix Packages — dthompson

https://dthompson.us/first-gnu-guile-patch-and-more-guix-packages.html

First GNU Guile Patch and More Guix Packages. November 22, 2013. I have spent some of the last month working on contributing to GNU Guile and now I can finally say that I have contributed code to the project. Guile has several hash table implementations: a Guile native one, SRFI-69, and R6RS. SRFI-69 contains a handy procedure,. Which allows for a sort of hash literal-like syntax:. However, I prefer to use Guile’s native hash implementation, and SRFI-69 is incompatible with it, so I decided to port.

dthompson.us dthompson.us

Live Asset Reloading with guile-2d — dthompson

https://dthompson.us/live-asset-reloading-with-guile-2d.html

Live Asset Reloading with guile-2d. May 04, 2014. Guile-2d provides a dynamic environment in which a developer can build a game incrementally as it runs via the Guile REPL. It’s nice to be able to hot-swap code and have the running game reflect the changes made, but what about the game data files? If an image file or other game asset is modified, it would be nice if the game engine took notice and reloaded it automatically. This is what guile-2d’s live asset reloading feature does. Takes a procedure like.

dthompson.us dthompson.us

Reproducible Development Environments with GNU Guix — dthompson

https://dthompson.us/reproducible-development-environments-with-gnu-guix.html

Reproducible Development Environments with GNU Guix. November 08, 2014. A purely functional package manager and GNU/Linux distribution. Using Guix, you can easily create a development environment for any software project using the. Is a new utility added in Guix 0.8, which should be released in a few weeks. It accepts one or more packages as input and produces a new shell environment in which all of the dependencies for those packages are made available. For example,. At your option) any later version.

dthompson.us dthompson.us

Syncing Required Packages in Emacs — dthompson

https://dthompson.us/syncing-required-packages-in-emacs.html

Syncing Required Packages in Emacs. December 30, 2013. I use Emacs on several different computers. To keep my configuration consistent across all of them, I do what many people do and made the. Directory a git repository. I don’t like to keep copies of all of the Elisp extensions that I use, such as paredit and geiser, in this repository. Instead, I prefer to use package.el (introduced in Emacs 24) with the MELPA. There’s a project called Pallet. Now, it’s as easy as typing. Function. This approach d...

dthompson.us dthompson.us

Rendering HTML with SXML and GNU Guile — dthompson

https://dthompson.us/rendering-html-with-sxml-and-gnu-guile.html

Rendering HTML with SXML and GNU Guile. April 10, 2015. GNU Guile provides modules for working with XML documents called SXML. SXML provides an elegant way of writing XML documents as s-expressions that can be easily manipulated in Scheme. Here’s an example:. I don’t know about you, but I work with HTML documents much more often than XML. Since HTML is very similar to XML, we should be able to represent it with SXML, too! Html head title Hello, world! Title script src=foo.js /! Head body h1 Hello! Or ren...

dthompson.us dthompson.us

A Cooperative REPL Server for Guile 2.0.10 — dthompson

https://dthompson.us/a-cooperative-repl-server-for-guile-2010.html

A Cooperative REPL Server for Guile 2.0.10. January 24, 2014. The next release of GNU Guile, 2.0.10, is to be released real soon now . My contribution to this release is the new. Module. This module introduces a useful variant of the REPL server that I’ve named the cooperative REPL server. It is cooperative because it can be integrated with single-threaded programs without the thread synchronization issues present in the ordinary REPL server. Here’s an example of how to use it:. When the server is spawne...

dthompson.us dthompson.us

My First GNU Guix Patch — dthompson

https://dthompson.us/my-first-gnu-guix-patch.html

My First GNU Guix Patch. October 16, 2013. Over the weekend, I decided to try out GNU Guix: A fully functional package manager based on Nix and a distribution of the GNU system. I’m a big proponent of GNU Guile, thus I was excited to see a DSL for package management written with Guile. I was told that libtheora would be pretty easy to package, and it was. Here’s what the package definition looks like:. Http:/ downloads.xiph.org/releases/theora/libtheora-. The pc files refer to libogg. Pretty slick, eh?

dthompson.us dthompson.us

Functional Reactive Programming in Scheme with guile-2d — dthompson

https://dthompson.us/functional-reactive-programming-in-scheme-with-guile-2d.html

Functional Reactive Programming in Scheme with guile-2d. March 09, 2014. Last month, the GNU Guile. Project celebrated the 3rd anniversary of its 2.0 release with a hacker potluck. Guilers were encouraged to bring a tasty hack to the mailing list to share with everyone. My dish was a simple functional reactive programming. Define c ( a b). To be the sum of variables. At the time of evaluation. If. Is assigned a new value,. To react to changes in. So, here’s a real-world example of guile-2d’s FRP API:.

UPGRADE TO PREMIUM TO VIEW 5 MORE

TOTAL LINKS TO THIS WEBSITE

14

OTHER SITES

haunt.blogfa.com haunt.blogfa.com

.::BEST FOR YOU::.

BEST FOR YOU: . داستان کوتاه معل م و شاگرد. امسال که دوباره تدى در کلاس پنجم حضور می یافت، خانم تامپسون تصمیم گرفت به پرونده تحصیلى سال هاى قبل او نگاهى بیاندازد تا شاید به عل ت درس نخواندن او پی ببرد و بتواند کمکش کند. معل م کلاس اول تدى در پرونده اش نوشته بود: تدى دانش آموز باهوش، شاد و با استعدادى است. تکالیفش را خیلى خوب انجام می دهد و رفتار خوبى دارد. رضایت کامل . برای مطالعه کامل به ادامه مطلب مراجعه کنید . . . پس از مدتى، ذهن تدى دوباره زنده شد. هر چه خانم تامپسون او را بیشتر تشویق می کرد او ه...

haunt.co.nz haunt.co.nz

Haunt - Antiques for the Modern Interior | Antiques for the Modern Interior

Welcome to Haunt Antiques. Haunt is a unique gallery showcasing an enthralling collection of antique furniture and objects chosen to complement the modern interior. Haunt is curated by Lisa West and provides discerning clients with an exciting resource from which to create individual interiors that are inimitable , beautiful and utterly compelling. Haunt is OPEN every Saturday 11am - 4pm and during the week by appointment at a time to suit you - please contact me to arrange a visit. Site by Deflux Design.

haunt.co.vu haunt.co.vu

gymnopedie

If this gets 20 notes jordan will go to sleep. 6 months ago 1,062 notes. If this gets 20 notes jordan will go to sleep. 6 months ago 1,062 notes. If this gets 20 notes jordan will go to sleep. 6 months ago 1,062 notes. If this gets 20 notes jordan will go to sleep. 6 months ago 1,062 notes. If this gets 20 notes jordan will go to sleep. 6 months ago 1,062 notes. If this gets 20 notes jordan will go to sleep. 6 months ago 1,062 notes. If this gets 20 notes jordan will go to sleep. 6 months ago 1,062 notes.

haunt.digital haunt.digital

Home | Haunt

Nt helps you get things done on the web. We create websites, applications, and services that add real business value and are a joy to use. Contact us today to start your next project. Website development for your organisation. Haunt’s team has decades of combined experience building engaging websites for businesses and government agencies using a range of open-source software and content management systems. Managed hosting and long term support. Some of the people we've been working with. 64 21 174 6465.

haunt.dimmick.me haunt.dimmick.me

The Never Moor - The Dimmick Family's Halloween Haunt in Spanish Fork, Utah

The Dimmick Family's Halloween Haunt. New Web Address for The Never Moor. March 3rd, 2012. I am downsizing my domain portfolio and thenevermoor.com and nevermoor.com are two domain names that I am allowing to expire and let go. The new web address for the Dimmick Family’s Halloween Haunt is http:/ haunt.dimmick.me. Please update your RSS subscriptions and links to our Halloween site to the new URLs. Thanks. Posted in Other Haunts. ABC Crime Drama Series Based On Edgar Allen Poe. January 27th, 2011. I wan...

haunt.dthompson.us haunt.dthompson.us

Home — Haunt

Haunt is a simple, functional, hackable static site generator written in Guile Scheme that gives authors the ability to treat websites as programs. Download Haunt 0.2. Haunt isn't your average static site generator. Its mission is to give authors the full expressive power of Scheme to define every aspect of their websites are generated. Haunt uses a simple, functional build system that allows any type of web page to be built by writing procedures that return page objects. Once the site is built, running.

haunt.haunt31.com haunt.haunt31.com

Index of /

Apache Server at haunt.haunt31.com Port 80.

haunt.house haunt.house

Haunt | Design & Development

haunt.inasentence.org haunt.inasentence.org

haunt in a sentence | simple examples

In A Sentence .org. The best little site that helps you understand word usage with examples. Haunt in a sentence. Word - Carl Sagan. There, I upvoted; dont. USB cable uses this idea, too:. Cider, fire, thick clothes, squash,. Houses, corn mazes, mmmm. The mass erasure of 3:30 still. How is it going to. The VC if he doesnt name them? Not far from my old. VRMLs corpse preserved by scientists, resurrected 15 years later to. That may come back and. Its worse than a ghost town actually, it is not even. Older ...

haunt.jp haunt.jp

輸入・オークション代行 海外事業支援 中国 台湾 works-HAUNT

オークション 輸入代行 商品の海外生産 台湾や中国からの輸入をお手伝い致します. 特に 自動車部品 バイクパーツ ボート トレーラーパーツ.

haunt.ne.jp haunt.ne.jp

大阪狭山 堺 富田林の美容室[ヘアサロン] haunt(ハウント)

須賀店 11月 12月 1月のキャンペー. 今熊店 11.12.1月のキャンペーン. Hauntのコンセプトは、 髪を大切に、キレイに健康に導く ということ 大人気のオーガニックシャンプーを使っているので、環境にも頭皮にも優しくさらに髪の状態も綺麗になっていきます 一人一人の髪の状態に合わせた施術をご提案させて頂きます。 10:00 18:00 カット パーマ カラー. 9:00 18:00 カット パーマ カラー. 10:00 18:00 カット 17:00 パーマカラー 16:00 縮毛矯正 15:00. 9:00 18:00 カット 17:00 パーマカラー 16:00 縮毛矯正 15:00. 住所 大阪府堺市南区桃山台2 3 4 ツインビル桃山2F. 富田林 駐車場4台完備 居心地の良いアットホームな雰囲気に、男女 世代問わず人気の地域密着サロン. 10:00 18:00 カット 17:00 パーマカラー 16:00 縮毛矯正 15:00. 9:00 18:00 カット 17:00 パーマカラー 16:00 縮毛矯正 15:00.