Giter VIP home page Giter VIP logo

hylo-lang.github.io's Introduction

Hylo website

This repository contains Hylo's website, which you can browse here.

Infrastructure

The reference is developed as a Jekyll website, currently being served by GitHub Pages.

Running a local server

If you are able to install the necessary parts for jekyll,

bundle exec jekyll serve -l

will start a server for the site at http://localhost:4000.

hylo-lang.github.io's People

Contributors

arbmind avatar dabrahams avatar eudoxia0 avatar gsfreema avatar kripken avatar kyouko-taiga avatar nathany avatar nickpdemarco avatar ole avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

hylo-lang.github.io's Issues

Typo

In the section Booleans, numbers and strings:

"In the above example, m is explicitly declared to have type Double. "

The variable "m" should be "n".

Create a layout without the sidebar

The sidebar is nice for the home page, but needlessly eats space for the language tour. It would be best to have a layout that uses the full width of the page. Perhaps it would also address #9

Compiler compile error

I had several errors after I tried
% swift build -c release
First error is
...Sources/Utils/DirectedGraph.swift:33:26: error: cannot specialize protocol type 'Collection'
public var edges: some Collection {

^

Multiline literal description confusing

The text describing a multiline string is confusing. An example that shows how various multiline strings are manifest would be helpful. Or perhaps a link to a reference document?

Is

  let text = """
  foo
  bar
  """

different from

  let text = """
  foo
  bar
    """

etc.

Typo in sample code

"&" is missing in the sample code in binding lifetime section.

public fun main() {
  let weight = 1.0
  let base_length = 2.0
  var length = base_length 
  length += 3.0            
  // Q: shouldn't it be "&length += 3.0"?
  ...
}

"by" not described

The "Functions and methods" section has many examples using what seems to be a keyword "by" in arguments. I can find no place where this keyword is described, such as here preceding delta:

fun offset_let(_ v: Vector2, by delta: Vector2)

Allow a bit more width in the CSS

Our text columns are a bit too narrow for something that will be read on the web, and code examples are getting cut off. Unrestrained width isn't good, but where we're at is a bit too restrictive.

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.