Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃摑 Fix broken links #7

Merged
merged 1 commit into from
Dec 12, 2016
Merged

Conversation

grdryn
Copy link
Contributor

@grdryn grdryn commented Dec 11, 2016

Fixes #1.

@grdryn grdryn mentioned this pull request Dec 11, 2016
@@ -132,7 +132,7 @@ foreign import myEff :: forall eff. Eff (myEff :: MYEFF | eff) SomeType
```

## FFI Libraries
There are a number of libraries for easing the process or writing FFI code. @paf31 wrote an [introduction](https://gist.github.com/paf31/8e9177b20ee920480fbc#day-3---purescript-easy-ffi-and-purescript-oo-ffi) to these in his 2014 ["24 Days of PureScript"](https://gist.github.com/paf31/8e9177b20ee920480fbc). Note that it shows the now deprecated (as of PureScript 0.7.0) inline FFI.
There are a number of libraries for easing the process or writing FFI code. @paf31 wrote an [introduction](https://github.com/paf31/24-days-of-purescript-2014/blob/master/3.markdown) to these in his 2014 ["24 Days of PureScript"](https://gist.github.com/paf31/8e9177b20ee920480fbc). Note that it shows the now deprecated (as of PureScript 0.7.0) inline FFI.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really out of date, the FFI doesn't look like it did when https://github.com/paf31/24-days-of-purescript-2014/blob/master/3.markdown was written.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LiamGoodacre Thanks for the feedback. Tbh I haven't even gotten as far as the FFI in my purescript journey. From what I could determine, this new link is where the old one got moved to. Maybe we need a new issue to update this part so that it no longer needs to point to that? :)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can deal with this being out of date later, I think. I think this FFI tips page can be merged into the FFI guide in the guides/ subdirectory, potentially.

@hdgarrood
Copy link
Collaborator

This is great, thanks!

@hdgarrood hdgarrood merged commit f48ba1e into purescript:master Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants