Skip to content
View gliimly's full-sized avatar

Block or report gliimly

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gliimly/README.md

Gliimly is a programming language for web services. It's:

  • service-oriented,
  • modeling,
  • declarative,
  • functional and statically typed,
  • extremely simple,
  • memory-safe,
  • high-performance,
  • industry-standard Free Open Source libraries,
  • extensible,
  • Apache 2 Free Open Source. Install Gliimly. See Documentation. Source at github.com.

Example of Gliimly code (from SaaS example):

// Check that email verification token is the one actually sent to the email address
begin-handler /session/verify-signup public
    get-param code, email
    run-query @db_app = "select verify_token from users where email='%s'" output db_verify : email
        if-true  code equal db_verify
            @Your email has been verifed. Please <a href="<<p-path "/session/user/login">>">Login</a>.
            run-query @db_app no-loop = "update users set verified=1 where email='%s'" : email
            exit-handler
        end-if
    end-query
    @Could not verify the code. Please try <a href="<<p-path "/session/user/new/verify-form">>">again</a>.
    exit-handler
end-handler

Blog release updates, articles and examples:

Visit official Gliimly home page.

See CONTRIBUTING.md file on how to contribute.

Popular repositories Loading

  1. gliimly gliimly Public

    Gliimly is a new programming language and framework for writing high-performance web services and web applications, with focus on simplicity.

    C 34 2

  2. gliimly.github.io gliimly.github.io Public

    HTML