Team Feed

Thoughts from the team

  1. Jimmy Nilsson
    Jimmy Nilsson

    What really matters, second suggestion

    Second suggestion for what really matters for creating better outcomes by really working together.
    Read more at jimmynilsson.com ↗
  2. Jimmy Nilsson
    Jimmy Nilsson

    What really matters, first suggestion

    First suggestion for what really matters for creating better outcomes by really working together.
    Read more at jimmynilsson.com ↗
  3. Jimmy Nilsson
    Jimmy Nilsson

    What really matters, first suggestion

    Suggestions for better outcomes by really working together.
    Read more at jimmynilsson.com ↗
  4. Martin Hellspong
    Martin Hellspong

    Scala 3: Returning implicit function literals

    When I recently looked at implicit functions in Scala 3 (still only available as a pre-release compiler codenamed ‘Dotty’) I had some que...
    Read more at recurse.se ↗
  5. Martin Hellspong
    Martin Hellspong

    Implicit Functions in Scala 3

    One of the many new things in Scala 3 (still only available as a pre-release compiler codenamed ‘Dotty’) is the ability to define implici...
    Read more at recurse.se ↗
  6. Markus Eliasson
    Markus Eliasson

    Building a parser for Sequence

    Now that we have defined what we want the Sequence language to look like, we need to formalize this in a grammar and build a parser to pa...
    Read more at markuseliasson.se ↗
  7. Markus Eliasson
    Markus Eliasson

    Defining the Sequence language

    Even a tiny language as Sequnce requires a careful and iterative process, you need to consider both the semantics and the synatax.
    Read more at markuseliasson.se ↗
  8. Per Rovegård
    Per Rovegård

    TDD and prototyping—a love story?

    How can you write tests when you don’t know which code you need to write?
    Read more at programmaticallyspeaking.com ↗
  9. Markus Eliasson
    Markus Eliasson

    Building your own DSL does not have to be hard

    The need for different types of computer languages is growing rapidly — luckily it turns out that creating your own Domain Specific Langu...
    Read more at markuseliasson.se ↗