Hacker News new | past | comments | ask | show | jobs | submit login
Fasm, a F# to Jitted ASM/IL disassembler as a dotnet tool (github.com/d-edge)
114 points by aloisdg on June 22, 2021 | hide | past | favorite | 13 comments



FASM is overloaded: https://flatassembler.net/

Since it's the same context I'd rather they didn't reuse the name.


The name Fasm is a pun around the French word Phasme which translate to Phasmatodea in English and is coined with F(sharp) + asm (i.e assembly).

Following this thread, I opened an issue about this: https://github.com/d-edge/fasm/issues/5



Agreed. I prefer the other FASM too


Agreed. 'Fshasm' would make the connection to F# clearer and avoid this confusion.


Fshasm is good idea and available on nuget (https://www.nuget.org/packages?q=Fshasm). We lost the author's wordplay though. I opened an issue on GitHub to talk about the name. Come join us :) https://github.com/d-edge/fasm/issues/5


Looks a bit too much like "fascism" for my taste.


The Levenstein distance to either "Fasm" or "Fshasm" are the same, at three. I don't think that's too close.


And the distance between "Levenstein" and "Levenshtein" is only one, so is this an OK misspelling? :)


I use FASM (https://flatassembler.net/), and I have been learning F# for about five years, so this is very interesting to me. I am guessing it is more like NASM than MASM because of the square brackets in the animated GIF example? I am trying to figure out how I might find this useful. I am trying to do wavelet transforms in F# that I currently do in C or Julia, and this might be fun for some assembly optimizations if worth it over the C library, but I doubt it because of optimizations.


Fasm is a dotnet tool running a watcher to observe what asm/il will be generated from a F# snippet. As an example of usage, its author use it to add an optimization in the F# compiler: https://github.com/dotnet/fsharp/pull/11414


Imagine if org-mode developers decide to make JIT or AOT to assembly.


Does this compete with LLVM? Sounds similar.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: