"Literate interactive coding: Devcards" by Bruce Hauman

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2015
  • Devcards is a ClojureScript library that is my attempt at creating a literate interactive coding style. It allows developers to interactively surface code examples into a web interface live from the source code that they are currently editing.
    Devcards works by surfacing a set cards which represent code examples. Taken together these code examples allow you to create a valuable interactive web based artifact that both documents your code and allows you to go back and interact with your code as your project changes.
    In this talk I will demonstrate why Devcards or something like it is necessary and then go on to build up an interesting program one Devcard at a time.
    Bruce Hauman
    DROPZITE LLC
    @bhauman
    Bruce has hiked the Appalachian Trail, and enjoys living in a demountable Dome of his own design. He is the author of the blog rigsomelight.com, and the figwheel library for ClojureScript. He is just plain addicted to programming.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 5

  • @BruceHauman
    @BruceHauman 8 ปีที่แล้ว +32

    This is the speaker. Here are some helpful links:
    github.com/bhauman/devcards
    github.com/bhauman/lein-figwheel

    • @andreopupkin
      @andreopupkin 8 ปีที่แล้ว

      +Bruce Hauman great talk! you can disable this annoying visible bell with :)
      (setq visible-bell nil)

  • @KonstantineRybnikov
    @KonstantineRybnikov 8 ปีที่แล้ว +1

    > literate interactive coding style
    this phrase describes the tool really well, it is indeed very similar to idea of literate programming, but for UI developers and with hot code reload. The idea is awesome.

  • @codeasone
    @codeasone 7 ปีที่แล้ว

    This is what enlightened front-end development looks like.

  • @valentinwaeselynck8124
    @valentinwaeselynck8124 8 ปีที่แล้ว +2

    Literate programming, reloaded. Literally.