Jose M. Valera Reales

Results 16 comments of Jose M. Valera Reales

What about including this `encode-json` inside the official phel repo? This is related to the topic that we talked on gitter https://gitter.im/phel-lang/community?at=6000524003529b296bed1700 I think it would be better for phel...

What do you think @mabasic and @jenshaase about including the `json.phel` (and the tests, for sure) inside the `src/phel/` directory in the **phel-lang** repo? I think it would be great...

I got another (potentially better) idea: introducing `__MAIN_NS__` as global constant defined in the `RunCommand`, so we can easily check for that value on any phel script, checking always the...

The idea of this feature was already solved by the existing `*compile-mode*`. See more https://github.com/phel-lang/phel-lang/pull/524#issuecomment-1286987738. Therefore, there is no need for this anymore.

@Anas-debug feel free to submit your PR if no one else does it before 😄

I see that you're using `helpers/encode-value` here: https://github.com/mabasic/mariobasic-n7/blob/main/src/pages/start.phel#L172 but, wouldn't work if you simply use `json/encode`? I still believe that what @jenshaase said would be sufficient, which is to make...

@jenshaase and I were thinking about including this PR into the new release `Phel 0.8`, but we want to apply this suggested change first: > Proposal: Let's make the private...

Because there is no news on this PR since long time, I will merge it and do the adaptations in master directly, so we'll be able to create the next...

@jenshaase I am thinking about this issue. Maybe this example can help us clarify the current status on this. ```phel # Example A (defn factorial [n] (if (

Maybe we could even consider creating a special blog post to talk about the potential of recur and how to use it effectively with different examples. This could be a...