sixten VS sublime-scheme-alabaster

Compare sixten vs sublime-scheme-alabaster and see what are their differences.

sixten

Functional programming with fewer indirections (by ollef)

sublime-scheme-alabaster

Minimalist color scheme for Sublime Text 3 (by tonsky)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
sixten sublime-scheme-alabaster
5 4
748 243
- -
1.8 3.7
over 3 years ago 7 months ago
Haskell
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sixten

Posts with mentions or reviews of sixten. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-13.
  • What do Haskellers think about Rust?
    4 projects | /r/haskell | 13 Dec 2022
    Immutable data structures don't necessarily require more memory: they can avoid deep copies. They are also automatically thread safe without expensive (slow) locking mechanisms. They also don't necessarily reduce cache locality. The reduced cache locality in the case of Haskell (I think) mainly comes from the representation of objects in its implementation (improved STG) which uses extensive boxing and jumps that hinder both spatial and temporal locality (require review/comment from GHC/Computer Architecture experts, take it with a grain of salt). Objects can be much more efficiently represented if not for the need to implement lazy (call-by-need) semantics. See sixten and futhark for examples.
  • Not well known programming languages with interesting features?
    7 projects | /r/ProgrammingLanguages | 20 Jun 2022
    [Sixten](https://github.com/ollef/sixten): functional programming with unboxed data by default.
  • Tree Sitter and the Complications of Parsing Languages
    10 projects | news.ycombinator.com | 24 Nov 2021
    I can't answer this well and don't know of any resources, but I have seen it before in the parser for sixten:

        https://github.com/ollef/sixten/blob/60d46eee20abd62599badea85774a9365c81af45/src/Frontend/Parse.hs#L458
  • What languages have bit struct / field constructs?
    1 project | /r/ProgrammingLanguages | 30 May 2021
    Sixten is a language that allows precise control over memory layout of algebraic data types.
  • Designing a language where all types are memcpy/blittable.
    3 projects | /r/ProgrammingLanguages | 25 Apr 2021
    For something more peripherally related, check out Sixten. Its focus is on using unboxed value representations, which is in spirit close to what you are proposing, and some of its ideas might be good inspiration.

sublime-scheme-alabaster

Posts with mentions or reviews of sublime-scheme-alabaster. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-30.
  • Solarized
    30 projects | news.ycombinator.com | 30 Oct 2022
    I use Alabaster[1]. Contrary to most themes, it is quite minimalistic and it emphasises comments instead of de-emphasising them. I like the minimalism, because it lets me focus, instead of marking every single thing on the screen as a different colour of “important” making my head spin.

    [1]: <https://github.com/tonsky/sublime-scheme-alabaster>

  • What are the best color themes for SublimeText?
    1 project | /r/SublimeText | 8 Jul 2022
  • stimmung-themes.el — Emacs tuned to inner harmonies
    6 projects | /r/emacs | 25 Mar 2022
    I have been tinkering away at my personal take on what a modern, monochrome-esque Emacs might look for some years now and it is finally in a place where I think other might find it useful. The approached draws wisdom from the realization that "highlighting everything is the same as highlighting nothing" and tries to remedy the de-facto practice of theme by way of fruit-salad with more considerate approach. Inspired by alabaster's use of backgrounds for subtle syntax highlighting, typographic ideals and my endlessly sore eyes, it leaves text a comfortable black/white while drawing attention to constants, comments, declarations, and strings. A customizeable highlight color (by default a golden beige) provides a bit of life to the otherwise monochrome palette.
  • Tree Sitter and the Complications of Parsing Languages
    10 projects | news.ycombinator.com | 24 Nov 2021
    While I don't fully disable syntax highlighting, I use a minimal theme [0,1] that only has highlighting for comments, strings and globals. It reduces eye strain, and I never find myself relying on highlighting to navigate through code. LSPs provide an "outline" which can be very useful to navigate through code. I find "jump to symbol" function in my text editor to be faster than scanning all of the code to find the line.

    Also most themes dim the comments, but IMO if something in the code needed an explanation, it should be brighter, not dimmer.

    [0]: https://github.com/tonsky/sublime-scheme-alabaster

    [1]: https://github.com/gargakshit/vscode-theme-alabaster-dark

What are some alternatives?

When comparing sixten and sublime-scheme-alabaster you can also consider the following projects:

atom-focus-mode - Atom editor extension - fades editor content and highlights only the lines you are working on

doom-nord-plus-theme

tree-hugger - A light-weight, extendable, high level, universal code parser built on top of tree-sitter

selenized - Solarized redesigned: fine-tuned color palette for programmers with focus on readability.

pony-tutorial - :horse: Tutorial for the Pony programming language

stimmung-themes - emacs tuned to inner harmonies

felix - The Felix Programming Language

vscode-theme-alabaster-dark - Dark version of alabaster ported from https://github.com/tonsky/sublime-scheme-alabaster

util-font-patcher - Font line height patcher

ante - A safe, easy systems language

wordwarvi - Word War vi is a retro-styled old school side scrolling shooter reminiscent of Defender or Scramble, with an "Emacs vs. vi" theme. See: http://smcameron.github.io/wordwarvi/