HN user

adelarsq

269 karma

Father - Developer - Vimmer. .NET/F#/C#, Java/Kotlin, Elixir/Erlang/Gleam, V, Zig, Rust, Python and others...

Posts77
Comments77
View on HN
github.com 3y ago

Fennel Language

adelarsq
1pts0
github.com 3y ago

Favicon Dino Game

adelarsq
1pts0
news.ycombinator.com 3y ago

Ask HN: If you write/draw using AI is the intellectual property still yours?

adelarsq
2pts3
twitter.com 3y ago

Potentially compromised software by Protelion/Infotecs

adelarsq
5pts0
github.com 4y ago

Show HN: Light Language - General purpose programming language made for peace

adelarsq
2pts3
github.com 4y ago

Show HN: An updated cheat sheet for F#

adelarsq
15pts4
www.compositional-it.com 4y ago

F# for JavaScript Devs

adelarsq
3pts0
github.com 5y ago

F# Meets Python

adelarsq
1pts0
chester.codes 5y ago

Serverless apps on AWS using F# and fable

adelarsq
2pts0
github.com 5y ago

Show HN: Optics for F#

adelarsq
1pts0
blog.ploeh.dk 5y ago

From dependency injection to dependency rejection

adelarsq
1pts0
www.compositional-it.com 5y ago

Fantastic F# and Azure Developer Extensions for VSCode

adelarsq
1pts0
www.libhunt.com 5y ago

Show HN: LibHunt – Discover popular and related F# open-source projects

adelarsq
1pts0
github.com 5y ago

Work in Progress: PHP support for F# (Fable) merged

adelarsq
1pts0
github.com 5y ago

Rust for Fsharpers and F# for Rustaceans

adelarsq
4pts0
pawestadnicki.medium.com 5y ago

Avoiding unnecessary computations with scan part 2 – F# Interactive

adelarsq
4pts0
www.youtube.com 5y ago

Introduction to Functional Programming in F# (Luca Bolognese – Future Tech 2021)

adelarsq
3pts0
github.com 5y ago

Show HN: Epoxy – An independent flexible XAML MVVM library for .NET

adelarsq
4pts0
antongorbikov.com 5y ago

Getting started with Fable (F#) and Node.js (2020)

adelarsq
2pts0
www.youtube.com 5y ago

Interview with F# designer Don Syme

adelarsq
3pts0
j11y.io 5y ago

Double Bitwise Not (~~) (2010)

adelarsq
1pts0
www.toptal.com 5y ago

F# Tutorial: How to Build a Full-Stack F# App (2019)

adelarsq
5pts0
github.com 5y ago

FsAutoComplete (F# LSP server) 0.46 Released

adelarsq
1pts0
www.youtube.com 5y ago

ML Systems in Vertical Slices – F# & .NET Interactive 4 the Win

adelarsq
2pts0
samskivert.com 5y ago

F# Cheat Sheet [pdf]

adelarsq
2pts0
www.youtube.com 5y ago

C#, F#, and PowerShell in Interactive Jupyter Notebooks

adelarsq
2pts0
www.youtube.com 5y ago

.NET Interactive Notebooks with C#/F# in VS Code

adelarsq
1pts0
nick-fisher.com 5y ago

Calling F#/.NET code from Flutter with Mono (2019)

adelarsq
1pts0
twitter.com 5y ago

How to use F# to create shell scripts?

adelarsq
2pts0
github.com 5y ago

Npgsql.FSharp.Analyzer 3.26.0 – F# analyzer for SQL

adelarsq
1pts0

I have 3500 lines config file in Lua that I have converted from VimScript last year. I see that Lua it's way easier to maintain than VimScript.

Fennel solves some Lua kirks, so I think that is a good use case, since Fennel has some cool features that can help to maintain the code. Right now I am moving the plugins that I maintain to Fennel.

If interested take a look on the https://github.com/Olical/nfnl and https://github.com/gpanders/fennel-repl.nvim plugins.

Would be really good a change no the communication side. But I am without expectations side there where days without any explanation about why a draft for trademark pourposes was so bad.

Now working with Rust I have the same feelings as working with Java...

That's what we are using right now in production. But the main benefit on this case is that we also can use the same language on the server and devops.

My two cents would be on F#.

Yes, isn't a mainstream language but there are a lot of interesting things with it:

- build for .NET or languages supported by Fable (JavaScript, Dart*, Python*, Rust*, PHP*) - I did build a proof of concept Flutter app with it

- multiparadigm - FP or OO, you choose

- clean syntax - based on indent just like Python

- Type providers, type inference, ...

* These are on Fable 4.0.0-theta-018 at moment

director of research at Bank of America said that quantum computing will be “bigger than fire”. The only way in I can see this coming true is that it’ll produce more carbon emissions.

I laugh so hard on this. But it's true.

1. For F# you can can use both .NET and JavaScript libraries (with tool called Fable), so isn't a issue.

2. There a lot of ways to the that, which one with pros and cons, but isn't a issue in my opinion

3. For imports there are a thing called AutoOpen that is strange at first. Just need to be carefull where to use

4. .NET documentation tend to be writed for C#. So you need to understand at least a little of C# if you want to use that libraries. But also there are a lot that can be use idiomaticaly with F#, so isn't a big issue.