<d_bot_>
<EduardoRFS> I know it says reason in the name, but give it a try, install esy@0.6.7(some weird stuff with 0.6.8)
<d_bot_>
<EduardoRFS> and there is a target for linux.musl.arm64
andreas31 has quit [Remote host closed the connection]
andreas31 has joined #ocaml
rock64 has quit [Ping timeout: 260 seconds]
rock64 has joined #ocaml
mxns has joined #ocaml
vicfred has joined #ocaml
shawnw has joined #ocaml
decentpenguin has quit [Read error: Connection reset by peer]
decentpenguin has joined #ocaml
<d_bot_>
<mseri> I confirm that it works like a charm. Thanks again @EduardoRFS for that!
mxns has quit [Ping timeout: 246 seconds]
gahr has quit [Quit: leaving]
gahr has joined #ocaml
Haudegen has joined #ocaml
vicfred has quit [Quit: Leaving]
hosewiejacke has quit [Ping timeout: 246 seconds]
bartholin has joined #ocaml
hosewiejacke has joined #ocaml
rock64_ has joined #ocaml
serpent has joined #ocaml
rock64 has quit [*.net *.split]
Serpent7776 has quit [*.net *.split]
<d_bot_>
<froyo> oh cool :O
<d_bot_>
<froyo> do you support armv6 32bit?
<d_bot_>
<froyo> i see only arm64 in readme
<d_bot_>
<froyo> @EduardoRFS
hosewiejacke has quit [Ping timeout: 265 seconds]
TheLemonMan has joined #ocaml
dhil has joined #ocaml
mxns has joined #ocaml
mxns has quit [Ping timeout: 264 seconds]
hosewiejacke has joined #ocaml
mbuf has quit [Quit: Leaving]
mfp has joined #ocaml
mxns has joined #ocaml
hosewiejacke has quit [Ping timeout: 265 seconds]
mxns has quit [Ping timeout: 244 seconds]
mxns has joined #ocaml
tane has joined #ocaml
nepascourir has joined #ocaml
mxns has quit [Ping timeout: 244 seconds]
Haudegen has quit [Quit: Bin weg.]
mxns has joined #ocaml
mxns has quit [Ping timeout: 244 seconds]
mxns has joined #ocaml
TheLemonMan has quit [Ping timeout: 260 seconds]
mxns has quit [Ping timeout: 244 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 260 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 260 seconds]
tane has quit [Quit: Leaving]
mxns has joined #ocaml
mxns has quit [Ping timeout: 256 seconds]
mxns has joined #ocaml
TheLemonMan has joined #ocaml
shawnw has quit [Quit: Leaving]
mxns has quit [Ping timeout: 265 seconds]
mxns has joined #ocaml
motherfsck has joined #ocaml
mxns has quit [Ping timeout: 244 seconds]
mxns has joined #ocaml
Haudegen has joined #ocaml
hosewiejacke has joined #ocaml
mxns has quit [Ping timeout: 260 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 245 seconds]
mxns has joined #ocaml
hosewiejacke has quit [Ping timeout: 245 seconds]
zebrag has joined #ocaml
nore has quit [Ping timeout: 245 seconds]
nore has joined #ocaml
vicfred has joined #ocaml
Tuplanolla has joined #ocaml
nepascourir has quit [Quit: Leaving]
curtosis[away] has joined #ocaml
curtosis[away] has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
curtosis has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
mbuf has joined #ocaml
bartholin has quit [Quit: Leaving]
mxns has quit [Ping timeout: 265 seconds]
mxns has joined #ocaml
motherfsck has quit [Quit: quit]
serpent is now known as Serpent7776
Haudegen has joined #ocaml
mbuf has quit [Quit: Leaving]
<aditi314>
Hey everyone, I've been working on ocaml.org. And I am having an issue, whenever I make any changes to site/community/index.md, I end up with a blank html file on make and a index.html.tmp, can anyone explain me what am I doing wrong?
<companion_cube>
what's the `else 0; …` supposed to do?
<henistein>
thanks
<henistein>
I am struggling with ocaml, I mean I have to solve a problem in ocaml, I made the algorithm and solved it in c, but now I want to "translate" it to ocaml and it is hard, just the fact that I can't use an if without an else is interesting
<henistein>
any tips?
<d_bot_>
<EduardoRFS> cross compiling to 32bits needs a 32bits compiler, so if you're on linux you can try this branch
<d_bot_>
<EduardoRFS> you need to add a resolution so that your `ocaml` is 32 bits
<d_bot_>
<Butanium> henistein : I'd advise to not try to translate a C code to ocaml if you're not confident with it. They are very different and the code architecture will change a lot. So maybe first try to solve some problem and do some exercises in Ocaml only before translating C code.
<henistein>
ok I will do that
<d_bot_>
<Butanium> For example the fact that there are no return in Ocaml make the functions very different from the C's one
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
<zozozo>
henistein: also, note that you can write if without else in ocaml, precisely in situations where the semantics would match that of C (i.e. you have somethink akin to a statement in the body of the if), what whanges is that in ocaml an if/then/else can return a value (kinda like the ? in C)
<zozozo>
*changes
<d_bot_>
<Butanium> Are you learning it for school purpose or for something else?
<henistein>
yes
<henistein>
school
<henistein>
I think this type of functional programming is interesting, but as I am so used to imperative languages it is now more difficult
<d_bot_>
<Butanium> Yup it's hard when you begin
<d_bot_>
<Butanium> Just to know are you from france?
<henistein>
no I am from Portugal
<d_bot_>
<gar> I need some help interpreting the output of `ocamobjinfo`. I haven't been able to find any documentation on it. Here's an example:
<d_bot_>
<gar> ```
<d_bot_>
<gar> Name: Sponge__
<d_bot_>
<gar> CRC of implementation: 3d69e78f0685178ce10b6369dce58ab1
<d_bot_>
<gar> In other exampls, I find some lines under "Implementations imported", some of which have numbers (hashes I assume) and some have `----` strings. What do those mean? (This is from a cmxa file).
hosewiejacke has quit [Client Quit]
guanche has joined #ocaml
<guanche>
hi, I have compiled ocaml for windows/msys2, does flexdll need to be installed? I mean, is it used at runtime? I guess yes
<guanche>
I had to patch OCAMLOPT variable to include "-L PATH" for msys, so I wonder how should I go to embeed these paths in flexdll?
<d_bot_>
<forg> Have any of you guys successfully installed the tsdl package on Windows?
<d_bot_>
<forg> I've been having trouble with it all day
smerdyakov has quit [Read error: Connection reset by peer]