Coder Social home page Coder Social logo

stack-templates's People

Contributors

christiaanb avatar digitalbrains1 avatar leonschoorl avatar lmbollen avatar martijnbastiaan avatar rowang077 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

harris-chris

stack-templates's Issues

Include a hie.yaml in the starter projects

It would be nice if the starter projects included a hie.yaml so that editors with Haskell support don't give warnings about defaulting to implicit-hie when the file is missing.

Enable FlexibleContexts by default?

When creating for example a small counter:

counter = register 0 ( counter + 1)

counter already requires a domain to be sampled. If you´d want to make this a counter for System.
You can´t make the type simply Signal System (Unsigned 8) because register requires HiddenClockResetEnable dom.

For System, you now have to explicitly supply HiddenClockResetEnable System, which you can't because FlexibleContexts is not enabled by default. Now the user must also figure out what LANGUAGE pragmas are and how to set FlexibleContexts.

I think all these steps introduce a lot of friction and our template projects should maybe show how to deal with more of these situations.

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.