Coder Social home page Coder Social logo

Usage in Jester? about emerald HOT 5 OPEN

flyx avatar flyx commented on July 17, 2024
Usage in Jester?

from emerald.

Comments (5)

flyx avatar flyx commented on July 17, 2024

Basic example:

import jester, asyncdispatch, emerald

proc index(content: string) {.html_templ.} =
  html(lang = "en"):
    head:
      title: "Index"
    body:
      put content

routes:
  get "/":
    var
      s = newStringStream()
      templ = newIndex()
    templ.content = "Hello, world!"
    templ.render(s)
    resp s.data

runForever()

This may be useful to add to the documentation. Keeping the issue open to remind me of that.

from emerald.

ruivieira avatar ruivieira commented on July 17, 2024

When trying this example I get the following error:

lib/pure/collections/sets.nim(282, 43) Error: cannot generate VM code for type(s.data[i].key)

nim -v

Nim Compiler Version 0.14.3 (2016-06-25) [MacOSX: amd64]

from emerald.

flyx avatar flyx commented on July 17, 2024

Works for me with Nim 0.14.2 (current release), but is broken in devel. Seems to be a Nim bug, I will report it there.

from emerald.

flyx avatar flyx commented on July 17, 2024

Created Nim issue: nim-lang/Nim#4412

from emerald.

goldenreign avatar goldenreign commented on July 17, 2024

No problems so far with

nim --version
Nim Compiler Version 0.15.1 (2016-10-15) [Linux: amd64]
git hash: 2d2b1a9d481bffaecac35e1e52929cea66f69e0e

Works with Jester just fine.

from emerald.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.